{ "biz_type": 0, "device_id": "string", "remark": "string", "isp": "string", "province": "string", "city": "string", "refer": "string" }
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", "refer": "string" }'
{ "code": 0, "message": "success", "current_time": 1676795641, "event_id": "20230219163401773009100000004787", "data": {} }