Skip to main content
POST
/
report
/
analyze
cURL
curl --request POST \
  --url https://api.example.com/report/analyze \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Enter JWT token

Body

application/json

The body is of type object.

Response

200 - undefined