curl --request POST \
--url https://{tenant}.fincode.software/api/v6/services/quote/callQuote \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"principalAmount": "<string>",
"principalAmountCurrency": "GBP",
"deriveAmount": "<string>",
"deriveAmountCurrency": "NGN",
"inverseCalculation": false,
"paymentType": "ONLINE_CARD_PAYMENT",
"chargeCategory": "MONEYTRANSFER",
"transactionType": "ACCOUNTPAYMENT",
"destinationCountry": "NGA",
"tradeOriginatingCountry": "GBR",
"conversion": true,
"promoCode": "<string>",
"mobileOperator": "<string>"
}
'