Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/site/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Mario Serrano",
"nit":"123456789-0"
}'{
"msg": "Información del Proyecto",
"site": {
"id": 1,
"name": "Site New",
"enabled": true,
"createdAt": "2022-12-07T01:48:34.396Z",
"updatedAt": "2022-12-07T01:48:58.274Z"
}
}