Get list of users for a specific group
curl --request GET \ --url http://localhost:3001/api/admin/groups/users
{ "users": [ "<string>" ] }