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