/templates
/api/v1/templates - GET
curl -X GET "https://example.com/api/v1/templates"{ "templates": [ { "id": "string", "name": "string", "category": "string", "formats": [ "string" ], "capabilities": { "still": true, "video": true, "branded": true } } ]}