/api/groups/{groupId}/addMember
OK
curl -L \ --request POST \ --url '//api/groups/{groupId}/addMember' \ --header 'Content-Type: application/json'
{ "code": 1, "message": "text", "data": true, "success": true }