{
"title": "ceshi",
"type": "GET",
"path": "123"
}
curl --location --request POST '/sys_api' \
--header 'X-token: {{X-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "ceshi",
"type": "GET",
"path": "123"
}'
{
"code": 0,
"message": "string"
}