Idempotency-Key header. Body: quote_id, fiat_account_id. Quote must not be expired.Idempotency-Key is required.Authorization: ********************curl --location '/v1/crypto/orders' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"side": "buy",
"status": "string",
"asset_code": "string",
"crypto_amount": "string",
"fiat_amount": "string",
"fiat_currency": "string",
"fiat_account_id": "4ca28e6d-1ec9-467e-8af5-2b667d388ad9",
"created_at": "2019-08-24T14:15:22.123Z"
}