curl --location --request POST 'http://127.0.0.1:2000/openapi/iot/deviceSwitchNet' \
--header 'appID;' \
--header 'apiVersion;' \
--header 'traceID;' \
--header 'timestamp;' \
--header 'sign;' \
--data-urlencode 'deviceNo=9176069816' \
--data-urlencode 'simNo=861400642854964' \
--data-urlencode 'remark='
{
"code": 0,
"message": "string",
"data": null,
"timestamp": 0,
"traceID": "string"
}