Create General Report
General Report
Create General Report
Generates a new report ID and creates an entry in the database for the general report based on the company ID.
POST
Create General Report
Authorizations
Provide your Bearer token in the format: Bearer <your_api_key>
Path Parameters
Company ID for which the report is created
Response
Successfully created the general report" example({"status": "created", "message": "Report created successfully", "data": {"report_id": "generated-uuid"}})