curl --location --request DELETE 'https://fullers.flamesware.com/api/v1/customer/payment-methods/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "Payment Method Deleted",
"data": null
}