curl --request GET \
--url https://demo.onlinebillingform.com/api/v1/customer/get-credit \
--header 'token: <token>'{
"success": true,
"user_id": 110,
"credit": 1000
}curl --request GET \
--url https://demo.onlinebillingform.com/api/v1/customer/get-credit \
--header 'token: <token>'{
"success": true,
"user_id": 110,
"credit": 1000
}