curl --location --request PATCH 'https://api.cloud-services.yuv.com.br/asset/update-device/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 15487
}'{
"data": {
"assetId": 1849,
"deviceId": 18479,
"deviceImei": "12345678912"
}
}