curl --location --request POST '/payment/hold' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"token": "6225f3c93f7a880142782fa4"
},
"amount": 10000000,
"store_id": 15,
"invoice_id": "18177",
"expiry": 43200
}'{
"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}
}
}