Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/destination/9' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Mario Serrano",
"nit":"123456789-0"
}'{
"msg": "Información del origen",
"destination": {
"id": 9,
"name": "Destination Test",
"enabled": true,
"createdAt": "2022-12-20T03:01:03.489Z",
"updatedAt": "2022-12-20T03:01:58.249Z"
}
}