Create Report Template
POST/api/report-templates
Creates a new report template. The content field stores arbitrary JSON configuration for the report.
Authentication: Requires Bearer token.
Request Body:
- name (required, string): Display name for the template
- content (required, array/object): Report configuration (arbitrary JSON)
Request
Responses
- 200
Successful response