https://www.domaine.com/lmsapi/group/create
/group/create (request) - Requête de création d’un groupe
{
"name": {
"texts": [{
"text": "Nouveau groupe",
"languageId": 1
}]
},
}
/group/create (response) - Retourne l'identifiant du groupe
{
"id": "%2fq%2bUa3gORVJDR8DdOZ2CYA%3d%3d"
}