curl --location --request GET '/adminapi/setting.web.protocol/lists' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"title": "string",
"content": "string",
"create_time": "string",
"is_system": 0
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}