Authorization: ********************curl --location --request DELETE 'https://test.your-api-server.com/api/scale/site/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"msg": "El sitio con Id: 1, ha sido eliminado."
}