curl --location --globoff 'https://newrecharge-api.getmya.io/platform/authorize/oauth2/client_token?client_id=2046033473838084096&scope=groupRecharge&grant_type=client_credentials&client_secret=HKaEVKXNDCEtWeYAsAisG'
{ "code": "SUCCESS", "success": true, "message": "SUCCESS", "data": { "token_type": "bearer", "client_token": "rJI6jK5gNO6D1u3BdrWABMiYyx5c92HjShyl9q4gWZBXFzTq5svn1d1HLdcF", "expires_in": 7199, "client_id": "Testclient0001", "scope": "userinfo,openid,createPrepaidOrder,queryPaymentOrder,shwebankBillEnquiry,shwebankBillCheck,buy" } }