Created.Authorization: Bearer ********************curl --location 'https://api.uat.sokin.com/fx/quotes/?corporateReference=' \
--header 'x-api-version: 2026-08-01' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"data": {
"currencyPair": "string",
"quoteId": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"status": "Pending",
"fixedSide": "BUY",
"buyCurrency": "string",
"sellCurrency": "string",
"buyAmount": "string",
"sellAmount": "string",
"fxFees": "string",
"fxRate": "string"
}
}