https://www.domaine.com/lmsapi/category/create
/category/create (request) - Requête de création d'une catégorie
{
"name": {
"texts": [{
"text": "MaCatégorie",
"languageId": 3
}
]
},
"color" : "0EE000"
}
/category/create (response) - Retourne l'identifiant de la catégorie créée
{
"id": "vBW5xMw1VQ2A8DFaNy22zA%3d%3d"
}