auth:api (bearer token, forwarded by chat service).curl --location 'https://api-dev.commandroom.ai/api/api/research-webhooks/jobs/research_abc123' \
--header 'Authorization: Bearer {{token}}'{
"success": true,
"data": {
"id": 1,
"uuid": "00000000-0000-0000-0000-000000000000",
"status": "pending",
"company_name": "Sample Company Name",
"has_report": true,
"has_structured_data": true
}
}