Create Creates a Template. Request POST https://ttv.microworkers.com/api/v2/templates Request Body { "htmlCode": string, "title": string, "jsSection": string, "cssSection": string } CreateTemplateRequest Property Type Description htmlCode string Task details Template HTML source. title string Title of Template. jsSection string Task details Template JS section. cssSection string Task details Template CSS section. Response Response HTTP Codes Http Code Response Type Description 201 Created (OK) 400 Validation Failed 401 Unauthorized