cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/generateReportToGDrive \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "job_id": "<string>" }'
JWT token obtained from the authentication endpoint
Report generated successfully