curl --location --request POST '/classes//students/move' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetClassId": "string",
"studentIds": [
"string"
]
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": {
"moved": 0
}
}