POST
/
v1
/
emails
curl --request POST \
  --url https://api.afficone.com/v1/emails \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "id": "<string>",
  "emails": [
    "<string>"
  ]
}'

Body

id
string
required
Minimum length: 1
emails
string[]
required

Response

200

OK