curl --location 'https://api.uat.sokin.com/fx/quotes/' \
--header 'x-api-version;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 1,
"tenor": "SAME_DAY",
"sellCurrency": "AED",
"buyCurrency": "AED",
"fixedSide": "BUY",
"validityPeriod": "SEC_30",
"beneficiaryExternalReference": "string",
"corporateReference": "string"
}'{
"message": "string",
"data": {
"currencyPair": "string",
"quoteId": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"fixedSide": "BUY",
"buyCurrency": "AED",
"sellCurrency": "AED",
"buyAmount": "string",
"sellAmount": "string",
"fxFees": "string",
"fxRate": "string"
}
}