X-API-Key: ********************
curl --location --request GET '/api/companies/12345/report' \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "property1": "string", "property2": "string" } }