Authorization: Bearer ********************
curl --location --request POST 'https://api.msaaq.com/v1/oauth/token' \
--header 'Authorization: Bearer <token>' \
--form 'client_id="TODO"' \
--form 'client_secret="TODO"' \
--form 'grant_type="client_credentials"'
{}