group/member
.curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/group'
{
"expand": "string",
"groupId": "string",
"name": "string",
"self": "http://example.com",
"users": {
"end-index": 0,
"items": [
{}
],
"max-results": 0,
"size": 0,
"start-index": 0
}
}