Authorization: ********************{
"category": "用户管理",
"desc": "获取用户列表",
"id": 1,
"method": "GET",
"path": "/api/user/list"
}curl --location --request PUT '/api/v1/api/editApi' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"category": "用户管理",
"desc": "获取用户列表",
"id": 1,
"method": "GET",
"path": "/api/user/list"
}'{
"code": 0,
"data": null,
"msg": "string"
}