curl --location --request POST '/api/payin/details' \
--header 'gentle-api-key: f350ad8f-ed8b-4794-a8ba-60a06214e333' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'{
"orderID": 0,
"status": "string",
"orderType": "string",
"currencyID": "string",
"amount": "string",
"fee": "string",
"createdAt": "string"
}