post https://production.aeronpay.in/api/digitalgold/customer/deactivation
Sample Request:
{
"customer_id":"13",
"client_referenceId":"DGOLD736s4536234"
}
Sample Response:
{
"status": "success",
"statusCode": "200",
"message": "Customer Status Successfully Updated",
"data": {
"status": 1,
"customer_id": "13",
"acknowledged": "1"
}
}