Authorization: Bearer ********************
curl --location --request GET 'https://api.msaaq.com/v1/oauth/ping' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>'
{ "message": "pong!" }