cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/sendFeedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '"<any>"'
JWT token obtained from the authentication endpoint
The body is of type any.
any
Feedback sent successfully