{
"botid": "string",
"roomid": "string",
"wxid": "string"
}
curl --location --request POST '/getGroupMemberAlias' \
--header 'X-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"botid": "string",
"roomid": "string",
"wxid": "string"
}'
{
"code": 0,
"data": {
"nickname": "cillum"
}
}