curl --location --request POST 'https://fva.hygc.site/api/permission/api/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"parent_id": "string",
"title": "string",
"api_path": "string",
"api_method": [
"string"
],
"data_scope": 4,
"min_user_type": 3,
"authMark": "string",
"remark": "string"
}'null