curl --location --request POST 'https://qiyukf.com/openapi/v2/staff/group/members/new?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId":12345,
"role":0
}'
{
"code": 200,
"message": "OK",
"data": [
{
"id": 123,
"username": "登录用户名",
"realname": "真实姓名",
"nickname": "昵称",
"role": 0,
"phone": "18888888888",
"email": "some@b.c",
"status": 1,
"createtime": 1498736257082,
"maxServiceCount": 1
}
]
}