curl --location --request PUT 'https://api.cloud-services.yuv.com.br/asset/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "INF-400-2",
"deviceId": 11318,
"prefix": "INF",
"manufacturer": "Volkswagen",
"model": "Delivery 9.170",
"year": "2021",
"color": "Branco",
"size": "Leve"
}'{
"data": {
"assetId": 8546,
"assetIdentifier": "INF-400-2",
"assetPrefix": "INF",
"assetManufacturer": "Volkswagen",
"assetModel": "Delivery 9.170",
"assetYear": "2021",
"assetColor": "Branco",
"assetLastHeartbeat": "2025-10-08 14:40:12",
"assetLastGps": "2025-10-08 14:25:33",
"assetSize": "small",
"assetCreatedAt": "2024-03-12T09:15:00Z",
"assetUpdatedAt": "2025-10-08T14:42:00Z",
"customerId": 321,
"customerName": "Jurandir Brasil",
"deviceId": 11318,
"deviceImei": "12345678912",
"deviceOnline": true
}
}