/group/{group-id}/apply
Apply to a group.
POST /group/{group-id}/apply HTTP/1.1
Host: localhost:3000
user_groups
permission is required.No fields are required.
If successful :
{
"success": true
}
Otherwise a relevant error message will be returned.