Authorization: ********************curl --location --request PUT 'https://test.your-api-server.com/api/typesDocument/638c9bf9d37e11764cc185a3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"OTRO"
}'{
"msg": "Tipo de documentio actualizado por Id",
"updatedTypeDocument": {
"_id": "638c9bf9d37e11764cc185a3",
"name": "OTRO",
"deleted": false,
"createdAt": "2022-12-04T13:09:13.288Z",
"updatedAt": "2022-12-04T13:10:01.288Z"
}
}