curl --request POST \ --url https://vpn.bserv.dev/api/v1/customer/delete-pay-method \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'token: <api-key>' \ --data id=48
{ "success": true, "user_id": 48, "message": "Pay Method deleted successfully." }
OK
The response is of type object.
object