curl --request POST \ --url https://demo.onlinebillingform.com/api/v1/customer/add-credit \ --header 'token: <token>'
{ "success": true, "message": "Credit User ID: 110 added successfully", "credit": 1000 }
"sk_XpgMmyMBc50C4sHZkzS3"
110
1000
The response is of type object.
object