Authorization: Bearer ********************
curl --location --request DELETE '/payment/375b518e-b622-11f0-af7c-005056b4367d' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "success": true, "data": {PaymentModel} }