Authorization: Bearer ********************
curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/merchant/ai/data/list?id=&typeId=&merchantId=&title=&content='
{
"total": 0,
"rows": [
{
"id": 0,
"typeId": 0,
"merchantId": 0,
"title": "string",
"content": "string",
"remark": "string"
}
],
"code": 0,
"msg": "string"
}