curl --location --request DELETE 'https://api.uat.tacra.market/user/payment//method' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"methodName": "string",
"methodID": "string"
}'{
"success": true,
"message": "string",
"body": {}
}