Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/scale/driver/66e49a1e-93b1-4972-b1be-3f0414a341bf' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Mario Serrano",
"nit":"123456789-0"
}'{
"msg": "Información del conductor",
"driver": {
"id": "66e49a1e-93b1-4972-b1be-3f0414a341bf",
"name": "Mario Serrano",
"nit": "123456789",
"enabled": null,
"createdAt": "2022-12-02T01:33:29.568Z",
"updatedAt": "2022-12-02T01:33:29.568Z"
}
}