Chinese characters in response data cannot be displayed normally

The Chinese characters in the response data cannot be displayed normally and are shown as gibberish,
for example,“鐧诲綍鎴愬姛” is garbled code, and its correct display should be “登录成功”
{
“status”:1,
“code”:“10001”,
“data”:null,
“msg”:“鐧诲綍鎴愬姛”
}

Could you share us some endpoint to reproduce your request?

I believe this is a same issue as Can't set the Content-Type

click