curl --location --request PATCH '/tasks/reorder-stage' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"stageId": 0,
"taskOrders": [
{
"taskId": 0,
"order": 0
}
]
}'{
"tasks": [
{
"id": 1,
"name": "...",
"stages": [
{
"stageId": 2,
"order": "1000000",
"pinned": false,
"projectId": 1
}
]
}
]
}