Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/destination' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"msg": "Lista de Destinationes",
"destinations": [
{
"id": 10,
"name": "Destino 2",
"enabled": true,
"createdAt": "2022-12-20T03:01:23.542Z",
"updatedAt": "2022-12-20T03:01:23.542Z"
},
{
"id": 9,
"name": "Destination Test",
"enabled": true,
"createdAt": "2022-12-20T03:01:03.489Z",
"updatedAt": "2022-12-20T03:01:58.249Z"
}
]
}