Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/documents/api/v1/templates' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'type="email"' \
--form 'name="Auto Quote"' \
--form 'html_source="<p>Hello [origin_city]</p>"' \
--form 'subject="[origin_city], cars available."'{}