curl --location 'https://api-dev.commandroom.ai/api/api/research-reports/search?company_name=Acme%20Corp&company_domain=acme.com&status=completed&has_structured_data=true' \
--header 'Authorization: Bearer {{token}}'{
"success": true,
"data": [
{
"id": 1,
"uuid": "00000000-0000-0000-0000-000000000000",
"company_name": "Sample Company Name",
"company_domain": "string",
"report": "string",
"structured_data": {},
"status": "pending",
"created_at": "2026-01-15T10:30:00.000000Z"
}
]
}