{
"participantCode": "string",
"clientReference": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmount": 0,
"destinationAmount": 0
}curl --location --request POST '/v1.0/trade/conversion/createQuotation' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "string",
"clientReference": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmount": 0,
"destinationAmount": 0
}'{
"participantCode": "B0100007",
"quoteId": "1098827",
"tradingPair": "USDT/USD",
"direction": 1,
"price": 1.005,
"quantity": 10000,
"totalValue": 10050,
"expiredAt": "2024-09-25T09:06:29.000+00:00",
"settleDate": "2024-09-26T09:06:29.000+00:00"
}