Authorization: Bearer ********************
{
"id": 3,
"name": "test",
"path": "/api/test",
"method": 1,
"description": "test",
"version": "v0.1",
"category": 2,
"is_public": 1
}
curl --location --request POST 'http://localhost:9999/api/apis/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 3,
"name": "test",
"path": "/api/test",
"method": 1,
"description": "test",
"version": "v0.1",
"category": 2,
"is_public": 1
}'
{}