Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/origin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"msg": "Lista de origines",
"origins": [
{
"id": 1,
"originName": "Origen 1",
"enabled": true,
"createdAt": "2022-12-02T12:53:46.739Z",
"updatedAt": "2022-12-02T12:53:46.739Z"
}
]
}