curl --location --request POST 'https://test.xpl.ph/Api/API/Waybill/WaybillQuote'
--header 'Authorization: Bearer < AUTHENTICATION_TOKEN >'
--header 'Content-Type: application/json'
--data-raw '{
"ServiceType": "Door to Door",
"pickupDate": "2021-04-16",
"expectedDeliveryDate": "2021-04-19",
"paymentMethod": "COD",
"codAmount": "550.00",
"declaredValue": "500.00",
"quantity": "3",
"shipperCountry": "PH",
"shipperAddress": "addresses",
"shipperAddress1": "Luzon",
"shipperAddress2": "NCR",
"shipperAddress3": "Las Pinas",
"shipperAddress4": "Pamplona",
"shipperPostal": "1234",
"shipperLongitude": "11.222222",
"shipperLatitude": "22.333333",
"consigneeCountry": "PH",
"consigneeAddress": "Luzon",
"consigneeAddress1": "Luzon",
"consigneeAddress2": "NCR",
"consigneeAddress3": "Las Pinas",
"consigneeAddress4": "Pamplona 2",
"consigneePostal": "1234",
"consigneeLongitude": "11.222221",
"consigneeLatitude": "22.333331",
"returnAddress": "test",
"returnCountry": "PH",
"returnAddress1": "Luzon",
"returnAddress2": "NCR",
"returnAddress3": "Las Pinas",
"returnAddress4": "Pamplona 2",
"returnLongitude": "11.222222",
"returnLatitude": "22.333333",
"merchantName": "ABC Company",
"packageType": "Documents",
"packageLength": "10",
"packageWidth": "20",
"packageHeight": "30",
"packageWeight": "30",
"Packagevolume": "1.71"
}'