curl --location --request PUT '/payment/83e73262-b626-11f0-af7c-005056b4367d' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp": "50112",
"debit_available": false
}'{
"success": true,
"data": {PaymentModel}
}