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

Body

Response

200

OK