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