Authorization: Bearer ********************
curl --location --request POST '/risk-trends/company' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "statMethod": "max", "timeWindow": "last_7_days" }'
{ "riskScoreAll": 9.2 }