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