curl --location --request POST 'https://api.demo.getneo.com/v7/quotes/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '// Simplest possible trade
{
"legs": [
{
"action": "buy",
"amount": "1000",
"ccyBuy": "EUR",
"ccySell": "USD",
"tenor": "tod"
}
]
}'{}