Question
POST-ing content to email templates
The REST API documentation for the creating email templates says that the html content should be a multipart file, but the endpoint and example body suggests that the request should be application/json. Is this a mistake in the documentation? Can the HTML content just be sent as a string? Or can the request be made url encoded instead?