curl --request POST \
--url https://{tenant}.ekso.app/api/plan/{boardId}/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"itemId": "<string>",
"fromCycleId": "<string>",
"toCycleId": "<string>",
"toIndex": 123
}
'{
"success": true
}curl --request POST \
--url https://{tenant}.ekso.app/api/plan/{boardId}/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"itemId": "<string>",
"fromCycleId": "<string>",
"toCycleId": "<string>",
"toIndex": 123
}
'{
"success": true
}