curl --request DELETE \
--url https://api.plataformainsight.com.br/v1/classe/remove-student \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"classes": [
{
"id": "<string>"
}
]
}
'