POST
/
classe
/
add-student
curl --request POST \
  --url https://api.plataformainsight.com.br/v1/classe/add-student \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "email": "<string>",
  "expirationDate": "2023-11-07T05:31:56Z",
  "classes": [
    {
      "id": "<string>"
    }
  ]
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json