Authorization: ********************{
"customerId": "null",
"fenceName": "null",
"remark": "null",
"fenceType": "null",
"fenceRange": "null"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/fence/add' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "null",
"fenceName": "null",
"remark": "null",
"fenceType": "null",
"fenceRange": "null"
}'{
"code": 0,
"data": "",
"msg": ""
}