Authorization: ********************
curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/resource/remark/list' \
--header 'Authorization;'
{
"total": 0,
"rows": [
{
"remarkId": 0,
"dataId": 0,
"nickName": "string",
"approveNum": 0,
"timeNum": 0,
"timeType": 0,
"depict": "string",
"avatar": {
"templateId": 0,
"nickname": "string",
"photoUrl": "string"
}
}
],
"code": 0,
"msg": "string"
}