{"cursor":"NEXT_KEY","limit":20}curl --location -g --request POST '/cgi-bin/user/list_member_auth?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{"cursor":"NEXT_KEY","limit":20}'{
"errcode": 0,
"next_cursor": "string",
"member_auth_list": [
"string"
],
"errmsg": "string"
}