curl --location --request PUT '/payment/hold/9ef1aa95-b8b2-11f0-af7c-005056b4367d' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp": "1122"
}'{
"success": true,
"data": {
"id": 753967,
"status": "active",
"expiry": "2025-03-08 23:12:15",
"added_on": "2025-03-07 23:12:15",
"updated_on": null,
"payment": {PaymentModel}
}
}