curl --location --request GET 'https://quality.api.cloud-services.yuv.com.br/device/get-available' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
{
"id": 1,
"name": "123456789 - XPTO"
}
]
}