auth:api (bearer token, forwarded by chat service).curl --location --request PATCH 'https://api-dev.commandroom.ai/api/api/research-webhooks/jobs/research_abc123/status' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"status": "pending",
"report": "string",
"structured_data": {},
"error_message": "Success.",
"duration_ms": 1,
"openai_response_id": 1
}'{
"success": true,
"message": "Success.",
"data": {
"id": 1,
"uuid": "00000000-0000-0000-0000-000000000000",
"status": "pending"
}
}