Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
"no-cache"
"<calculated when request is sent>"
"<calculated when request is sent>"
"<calculated when request is sent>"
"PostmanRuntime/7.39.1"
"gzip, deflate, br"
"keep-alive"
Body
[
  {
    "address": "Ikolaba Rd, Ibadan 200285, Oyo, Nigeria",
    "city": "Lagos",
    "contacts": {
      "email": "abdul@gmail.com",
      "name": "Olakunle Olayemi",
      "phone_number": "09020500177",
      "phone_number_2": ""
    },
    "country_code": "NG",
    "delivery_note": "",
    "item_weight": 1,
    "items": [
      {
        "height": "",
        "length": "",
        "name": "Book",
        "width": ""
      }
    ],
    "region": {
      "latitude": 7.427026700000001,
      "longitude": 3.8900142
    },
    "state_code": "LA"
  }
]