curl --request POST \
--url https://api.zapperapi.com/{instanceId}/newsletter \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{}Cria um novo canal
curl --request POST \
--url https://api.zapperapi.com/{instanceId}/newsletter \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{}