curl --location --request PATCH '/api/v1/system-manage/apis/' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "string",
"method": "string",
"summary": "string",
"tags": "string",
"status": "1"
}'