Authorization: ********************
{
"enable": true,
"sn": "string",
"ip": "string",
"port": 0,
"mount": "string",
"username": "string",
"password": "string"
}
curl --location --request POST 'http://140.207.166.210:9030/gateway/torch/api/remote/net/ntripClientCmd' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"enable": true,
"sn": "string",
"ip": "string",
"port": 0,
"mount": "string",
"username": "string",
"password": "string"
}'
{
"code": 0,
"data": "",
"message": ""
}