curl --request GET \
--url http://localhost/api/api/cases/{id}/generate_case_report \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}Generate a case report for a specific case by its ID. The report will be sent to the user’s email.
curl --request GET \
--url http://localhost/api/api/cases/{id}/generate_case_report \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this case.
Case report generation initiated successfully.
Report generation response
Success message indicating report generation has been initiated