curl --location --request POST 'https://api.uat.sokin.com/instruction-requests/unfunded-fx-payment' \
--header 'x-api-version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"corporateCurrencyAccount": "string",
"idempotencyKey": "string",
"resellerFee": 0,
"beneficiaryReference": "string",
"senderReference": "",
"purposeOfPayment": "",
"quoteId": "string"
}'{
"message": "string",
"data": {
"externalReference": "string"
}
}