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