curl --location --request POST '/hmd-wx/api/v2/locatectx/location/watch/iot' \
--header 'X-Time-Zone: Asia/Shanghai' \
--header 'X-Timestamp: {% mock '\''timestamp'\'', '\''ms'\'' %}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'x-device-model;' \
--header 'x-status-signal;' \
--header 'x-status-signal-max;' \
--header 'x-status-battery;' \
--header 'x-step;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accesstype": "1",
"cdma": "1",
"network": "GSM",
"bts": "13824,1,16689,1674783,575440,-52,0",
"positionTime": "1732526063000",
"traceId": "{% mock '\''uuid'\'' %}",
"deviceId": "eiei393837wuwe74ruf2ifdu2f"
}'