curl --location 'https://api-dev.commandroom.ai/api/api/steps/reorder' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"step_ids": [
1
]
}'{
"data": [
{
"step_id": 1,
"task_id": 1,
"name": "Sample Name",
"system": "string",
"notes": "string",
"completion_time_human": 1.5,
"completion_time_ai": 1.5,
"completion_time_hilt": 1.5,
"sort": 1,
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
]
}