curl --location --request POST 'https://demo-api.easypayx.com/auth' \ --header 'Authorization: Bearer ' \ --data-urlencode 'client_id=' \ --data-urlencode 'client_secret=' \ --data-urlencode 'grant_type=client_credentials'
{ "access_token": "string", "expires_in": 0, "refresh_expires_in": 0, "refresh_token": "string", "token_type": "string", "not-before-policy": 0, "session_state": "string", "scope": "string" }