meta {
  name: updateUnit
  type: http
  seq: 1
}

put {
  url: http://localhost:8000/api/office/unit/{{unitId}}
  body: json
  auth: inherit
}

body:json {
  {
    "name":  "Unit Jakarta",
    "phone": "085 338 584845",
    "address": "Jakarta"
  }
}
