curl --request POST \
--url https://gateway.architect.exchange/api/preview-aggressive-limit-order \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"quantity": 123,
"side": "B",
"symbol": "<string>"
}
'