Authorization: Bearer ********************{
"package_type": "Glass"
}curl --location --globoff --request PATCH '{{base_url}}package-type/3/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"package_type": "Glass"
}'{}