curl --request POST \
--url https://{tenant}.ekso.app/api/plan/{boardId}/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cycleId": "<string>",
"itemIds": [
"<string>"
]
}
'{
"success": true
}curl --request POST \
--url https://{tenant}.ekso.app/api/plan/{boardId}/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cycleId": "<string>",
"itemIds": [
"<string>"
]
}
'{
"success": true
}