Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/truck/3d99d3e1-8afe-48f6-9269-ff7dac52156d' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Mario Serrano",
"nit":"123456789-0"
}'{
"msg": "Información del Vehiculo",
"truck": {
"id": "f278b5ed-1487-4ebd-ab34-44c04754053d",
"numberPlate": "ABC-123",
"model": "2001",
"color": "Rojo",
"enabled": true,
"createdAt": "2022-12-05T17:41:59.554Z",
"updatedAt": "2022-12-05T17:41:59.554Z"
}
}