{
"biz_type": 0,
"device_id": "string",
"remark": "string",
"isp": "string",
"province": "string",
"city": "string",
"line_number": 0,
"up_bandwidth": 0
}
curl --location --request POST 'https://www.bmtcloud.com.cn/api/device/v1/create' \
--header 'ak;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"biz_type": 0,
"device_id": "string",
"remark": "string",
"isp": "string",
"province": "string",
"city": "string",
"line_number": 0,
"up_bandwidth": 0
}'
{
"code": 0,
"message": "success",
"current_time": 1676795641,
"event_id": "20230219163401773009100000004787",
"data": {}
}