cURL
curl --request POST \ --url https://api.example.com/api/device/model/get \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "idSn": "<string>" } '
{}
设备id或设备sn
The response is of type object.
object