curl --request POST \
--url https://api.afficone.com/v1/affiliates \
--header 'Content-Type: application/json-patch+json' \
--header 'X-Affi-Key: <api-key>' \
--data '
{
"name": "<string>",
"email": "<string>",
"password": "<string>",
"coupon": "<string>",
"approved": true,
"ignoreProducts": true
}
'