Authorization: Bearer ********************{
"name": "Kg"
}curl --location -g --request POST '{{base_url}}unit-of-measurement/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Kg"
}'{}