### partition-group-create #### POST /partition/1/group/create > `Content-Type: application/json` > > `{"group_name": "NEW_GROUP"}` ```json { "numero": null, "id": 2, "group_name": "NEW_GROUP", "partition_id": 1, "partition": { "bul_show_rank": false, "partition_name": null, "groups_editable": true, "id": 1, "numero": 0, "show_in_lists": true, "formsemestre_id": 1 } } ```