{
"customerid": "",
"desttypeid": "1",
"itemtypeid": "1",
"shipperzipcode": "10350",
"receiverzipcode": "10350",
"weight": 250,
"length": 0,
"width": 0,
"height": 0,
"diameter": 0,
"valuegoods": 38000
}curl --location 'https://master-apis.vercel.app/api/utilitas/1.0.1/getFee' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{POS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data '{
"customerid": "",
"desttypeid": "1",
"itemtypeid": "1",
"shipperzipcode": "10350",
"receiverzipcode": "10350",
"weight": 250,
"length": 0,
"width": 0,
"height": 0,
"diameter": 0,
"valuegoods": 38000
}'{}