curl --location --request GET '/payment/hold/83e73262-b626-11f0-af7c-005056b4367d' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": 753967,
"status": "draft",
"expiry": "2025-03-08 23:12:15",
"added_on": "2025-03-07 23:12:15",
"updated_on": null,
"payment": {PaymentModel}
}
}