curl --location 'https://api.uat.sokin.com/fx/quotes/' \
--header 'x-api-version: 2026-08-01' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 1,
"sellCurrency": "string",
"buyCurrency": "string",
"fixedSide": "BUY",
"beneficiaryExternalReference": "string",
"corporateReference": "string"
}'{
"message": "FX quote created successfully.",
"data": {
"currencyPair": "GBP/EUR",
"quoteId": "dc5a629e-c2a6-4a07-88c3-b64cb61d5d00",
"createdAt": "2026-08-01T09:11:14.215Z",
"expiresAt": "2026-08-01T09:11:44.215Z",
"status": "Created",
"fixedSide": "SELL",
"buyCurrency": "EUR",
"sellCurrency": "GBP",
"buyAmount": "16.14",
"sellAmount": "13.50",
"fxFees": "0.0",
"fxRate": "1.195555"
}
}