{
"biz_type": 0,
"device_id": "string",
"remark": "string",
"isp": "string",
"province": "string",
"city": "string",
"up_bandwidth": 0,
"line_number": 0,
"dialing_type": "PPPOE",
"nat_type": "inner",
"ip_protocol": "string",
"plan_task": "string",
"province_ratio": 0,
"is_night_peak": true
}
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",
"up_bandwidth": 0,
"line_number": 0,
"dialing_type": "PPPOE",
"nat_type": "inner",
"ip_protocol": "string",
"plan_task": "string",
"province_ratio": 0,
"is_night_peak": true
}'
{
"code": 0,
"message": "success",
"current_time": 1676795641,
"event_id": "20230219163401773009100000004787",
"data": {}
}