curl --location --request GET 'http://www.likeadmin.localhost/adminapi/file/lists?type=' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 149,
"cid": 0,
"type": 40,
"name": "19b3c7c187b4611e87ef780e0c0a5f01.pem",
"uri": "http://www.likv3.localhost/72619.pem"
}
],
"count": 6,
"page_no": 1,
"page_size": 25
}
}