Create a new empty project template. Admin only.
POST
/data/project-templates
curl \
--request POST 'http://api.example.com/data/project-templates' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"name":"string","description":"string","fps":"string","ratio":"string","resolution":"string","production_type":"string","production_style":"string"}'
Request examples
{
"name": "string",
"description": "string",
"fps": "string",
"ratio": "string",
"resolution": "string",
"production_type": "string",
"production_style": "string"
}