{
"id": 0,
"accessCode": "string",
"route": "string",
"method": "string",
"name": "string",
"businessType": 1,
"recordLogMode": 3,
"desc": "string"
}
curl --location --request POST '/api/v1/system/access/api/create' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"accessCode": "string",
"route": "string",
"method": "string",
"name": "string",
"businessType": 1,
"recordLogMode": 3,
"desc": "string"
}'
{
"code": "200",
"msg": "string",
"data": {
"id": 0
}
}