Authorization: Bearer ********************
curl --location --request POST '/api/community/groups/1/join' \ --header 'Authorization: Bearer <token>'
{ "joined": true, "members_count": 1 }