POST
/
sendFeedback
curl --request POST \
  --url https://demo.parcha.ai/api/v1/sendFeedback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<any>"'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json · any

The body is of type any.

Response

200

Feedback sent successfully