Authorization: Bearer ********************
{ "groupId": "6668220c1215e922ed69e588", "memberId": "665d8a57def1bca81bbaeab5" }
curl --location --request POST 'http://localhost:3001/api/v1/group/addMember' \ --header 'Content-Type: application/json' \ --data-raw '{ "groupId": "6668220c1215e922ed69e588", "memberId": "665d8a57def1bca81bbaeab5" }'
{}