{task_group_id, sort} pairs. Validates that all task groups belong to the current tenant and the specified project.reorder on TaskGroup policy.curl --location --request PUT 'https://api-dev.commandroom.ai/api/api/projects/1/task-groups/reorder' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"updates": [
{
"task_group_id": 1,
"sort": 1
}
]
}'{
"message": "Success."
}