curl --location --request GET '/api/index/allPolicy' \
--header 'Token: {{token}}'{
"code": 0,
"show": 0,
"msg": "string",
"data": [
{
"title": "string",
"type": "string",
"content": "string",
"create_time": "string"
}
]
}