GET
curl -i -X GET \
https://yce-api-01.makeupar.com/s2s/v1.0/client/credit \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "status": 200, "results": [ { … } ] }
curl -i -X GET \
https://yce-api-01.makeupar.com/s2s/v1.0/client/credit \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "status": 200, "results": [ { … } ] }