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