Authorization: Bearer ********************
{
"ip": "string",
"port": 0,
"appKey": "string",
"secret": "string",
"isHttps": true
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/VmsHikISCConfig' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "string",
"port": 0,
"appKey": "string",
"secret": "string",
"isHttps": true
}'
{}