Authorization: Bearer ********************curl --location 'https://api.uat.sokin.com/fx/quotes' \
--header 'x-api-version;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": "100.00",
"sellCurrency": "USD",
"buyCurrency": "CAD",
"fixedSide": "SELL",
"corporateReference": "string"
}'{
"message": "Operation successful",
"data": {
"currencyPair": "USD/CAD",
"quoteId": "string",
"createdAt": "2026-08-01T14:50:02.209Z",
"expiresAt": "2026-08-01T14:50:32.209Z",
"fixedSide": "SELL",
"buyCurrency": "CAD",
"sellCurrency": "USD",
"buyAmount": "string",
"sellAmount": "string",
"fxFees": "string",
"fxRate": "string"
}
}