curl -L \
--request POST \
--url '/report/Accounting' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"Title": "text",
"StartDate": "2025-04-03T02:16:55.763Z",
"EndDate": "2025-04-03T02:16:55.763Z",
"Type": 1,
"TemplateID": 1,
"Email": "text",
"ReportType": "Invoice"
}'