Create a new project template from an existing project's

POST /data/project-templates/from-project/{project_id}

configuration. Admin only.

POST /data/project-templates/from-project/{project_id}
curl \
 --request POST 'http://api.example.com/data/project-templates/from-project/{project_id}' \
 --header "Authorization: $API_KEY"