cURL
curl --request POST \ --url https://api.example.com/api/device/initialize \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "sn": "<string>", "productModel": "<string>" } '
{}
sn、productModel二选一必填,可逗号间隔
The response is of type object.
object