Authorization: Bearer ********************
{
"name": "ListUser35",
"path": "/api/user/list",
"method": 2,
"description": "用户模块List接口",
"version": "v0.0.1",
"category": 1,
"is_public": 1
}
curl --location --request POST 'http://localhost:9999/api/apis/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "ListUser35",
"path": "/api/user/list",
"method": 2,
"description": "用户模块List接口",
"version": "v0.0.1",
"category": 1,
"is_public": 1
}'
{}