curl --request PATCH \
--url https://api.afficone.com/v1/affiliates/commissions \
--header 'Content-Type: application/json-patch+json' \
--header 'X-Affi-Key: <api-key>' \
--data '
{
"id": "<string>",
"commissions": {
"type": 0,
"applyIndividual": true,
"amount": 123
}
}
'