{ "chatid": "chate39f540d572b71cf97a556d95929fxxxx", "userid": "user123", "group_nick": "钉钉小二" }
curl --location --request POST 'http://127.0.0.1/topapi/chat/updategroupnick?access_token=beE3xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "chatid": "chate39f540d572b71cf97a556d95929fxxxx", "userid": "user123", "group_nick": "钉钉小二" }'
{ "errcode": 0, "errmsg": "string", "success": true, "request_id": "string" }