Add Group

Add a group

POST /api/v1/group/{GROUP_NAME} HTTP/1.1

Replace GROUP_NAME with the group name that you would like to add

Response body

{
            "status": "status_code",
            "message": "status_message"
}                     

Last updated