curl --request POST \
--url https://api.afficone.com/v1/emails/custom \
--header 'Content-Type: application/json-patch+json' \
--data '{
"name": "<string>",
"title": "<string>",
"html": "<string>"
}'
curl --request POST \
--url https://api.afficone.com/v1/emails/custom \
--header 'Content-Type: application/json-patch+json' \
--data '{
"name": "<string>",
"title": "<string>",
"html": "<string>"
}'
OK
Was this page helpful?