curl --request POST \
--url https://app.dilli.studio/api/v1/tickets/board/reorder \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"statuses": [
{
"id": "<string>",
"tickets": [
{
"id": "<string>"
}
]
}
]
}
'