{
"device_id": "string",
"biz_type": "string"
}
curl --location --request POST 'https://www.bmtcloud.com.cn/api/device/v1/netcard/sync?device_id=xxxdfasdf&biz_type=1' \
--header 'ak;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string",
"biz_type": "string"
}'
{
"code": 0,
"message": "success",
"current_time": 1693409637,
"event_id": "20230830233356419280100077469695",
"data": {}
}