{
"pair":"string",
"amount":0,
"side":"1221",
"accountId":"189",
"idempotencyKey":"162",
"xid":"1",
"xmetadata":{}
}curl --location --request POST 'https://access.sandbox.orzcash.com/v1/conversions/quote?pair&amount&side&accountId&idempotencyKey&xid&xmetadata' \
--header 'Content-Type: application/json' \
--data-raw '{
"pair":"string",
"amount":0,
"side":"1221",
"accountId":"189",
"idempotencyKey":"162",
"xid":"1",
"xmetadata":{}
}'{
"quoteId": "string",
"baseCurrency": "string",
"baseAmount": 0,
"quoteCurrency": "string",
"quoteAmount": 0,
"rate": 0,
"expiresAt": "2022-12-21T04:58:56.119Z"
}