Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api///files.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
[
{
"name": "README.md",
"path": "README.md",
"sha": "91d1da709ed2610e8bcd7b2f6c988f4b8888e515",
"type": "file",
"size": 13,
"url": "http://127.0.0.1:10082/api/v1/repos/yystopf/ceshi_doc/contents/README.md?ref=main",
"html_url": "http://127.0.0.1:10082/api/v1/repos/yystopf/ceshi_doc/src/branch/main/README.md"
}
]