manage:class permission. Moves students between classes. Side effect: moved students are enrolled into the target rombel's ACTIVE and DRAFT learning courses (Course) and removed from the source rombel's ACTIVE and DRAFT courses (ARCHIVED courses keep their roster history).core.session_token: ********************Authorization: Bearer ********************curl --location '/classes//students/move' \
--header 'Content-Type: application/json' \
--data '{
"targetClassId": "string",
"studentIds": [
"string"
]
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"moved": 0
}
}