Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/site' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"msg": "Lista de Proyectos",
"site": [
{
"id": 1,
"name": "Site New",
"enabled": true,
"createdAt": "2022-12-07T01:48:34.396Z",
"updatedAt": "2022-12-07T01:48:58.274Z"
}
]
}