{ "role": "2", "chatid": "chat14432xxxx", "userids": "userid1" }
curl --location --request POST 'http://127.0.0.1/topapi/chat/subadmin/update?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "role": "2", "chatid": "chat14432xxxx", "userids": "userid1" }'
{ "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }