curl --request POST \
--url https://{tenant}.fincode.software/api/v6/services/complaince/documents-required-for-transaction \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"senderCode": "<string>",
"direction": "<string>",
"amountSend": 123,
"sendingCurrencyCode": "<string>",
"receivingCountryIso3Code": "<string>",
"devliveryMethod": "<string>",
"transactionModule": "<string>",
"eligibleTransaction": "<string>"
}
'