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