username:passwordAuthorization: Basic *****************curl --location --request PUT '/vetype/string' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Smart Home",
"description": "Smart home, with electricity and gas utilities"
}'{
"status": "OK",
"veTypeId": "b82d4f8b-a097-4b96-acbb-81d891489441"
}