--location --request POST 'https://auth.reloadly.com/oauth/token' \
--header 'Content-Type: application/json' \
"client_id":"CLIENT_ID_GOES_HERE",
"client_secret":"CLIENT_SECRET_GOES_HERE",
"grant_type":"client_credentials",
"audience":"https://giftcards.reloadly.com"