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