Authorization: Bearer ********************{
"amount": 738.05,
"currency": "USD",
"timestamp": "1758613403",
"callbackUrl": "https://example.com/callbacks/orders/1312312"
}curl --location '/orders/' \
--header 'Accept: 1' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: c1=111' \
--header 'Content-Type: application/json' \
--data '{
"amount": 738.05,
"currency": "USD",
"timestamp": "1758613403",
"callbackUrl": "https://example.com/callbacks/orders/1312312"
}'{}