Authorization: Bearer ********************curl --location --request GET 'http://gin-user-center.jinxinapp.cn/api/v1/sys-api' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"requestId": "string",
"status": "string",
"data": {
"count": 0,
"pageIndex": 0,
"pageSize": 0,
"list": [
{
"action": "string",
"createBy": 0,
"createdAt": "string",
"handle": "string",
"id": 0,
"path": "string",
"title": "string",
"type": "string",
"updateBy": 0,
"updatedAt": "string"
}
]
}
}