Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/product/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Mario Serrano",
"nit":"123456789-0"
}'{
"msg": "Información del producto",
"product": {
"id": 1,
"productName": "Producto 1",
"enabled": null,
"createdAt": "2022-12-02T13:22:21.607Z",
"updatedAt": "2022-12-02T13:22:21.607Z"
}
}