{
"amount": 738.05,
"currency": "USD",
"timestamp": "1758613403",
"callbackUrl": "https://example.com/callbacks/orders/1312312"
}curl --location --request POST '/orders/' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 738.05,
"currency": "USD",
"timestamp": "1758613403",
"callbackUrl": "https://example.com/callbacks/orders/1312312"
}'{}