curl --location 'https://api-dev.commandroom.ai/api/api/tasks/42/steps/7?load=creator' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"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"
}
}