Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/api/mes/tools/unit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Pie2",
"symbol":"'\''2"
}'{
"message": "Nueva unidad de medida creada con exito!",
"unit": {
"name": "Pie",
"symbol": "'",
"_id": "640aa72df8be74374a78e8a0"
}
}