Skip to main content
POST
/
feedback
Submit Feedback
curl --request POST \
  --url https://staging-api.polysimulator.com/feedback \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Body

application/json

The body is of type Feedback Data · object.

Response

Successful Response