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