Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/origin/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Mario Serrano",
"nit":"123456789-0"
}'{
"msg": "Información del origen",
"origin": {
"id": 1,
"originName": "Origen 1",
"enabled": true,
"createdAt": "2022-12-02T12:53:46.739Z",
"updatedAt": "2022-12-02T12:53:46.739Z"
}
}