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