Generate a report for one incident
cURL
curl --request POST \ --url https://api.intrace.ai/v1/reports/incidents \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "incident_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "report_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "title": "<string>" }
{ "incident_id": "309b7b4d-fbf0-4626-a512-d976ef04b94c" }
Incident report generated.