curl --request POST \
--url https://api.afficone.com/v1/payouts \
--header 'Content-Type: application/json-patch+json' \
--header 'X-Affi-Key: <api-key>' \
--data '
{
"affiliate": "<string>",
"amount": 123,
"payoutMethod": "<string>",
"details": "<string>"
}
'