meta {
  name: Agcd
  type: http
  seq: 3
}

get {
  url: {{baseUrl}}/api/v1/items/items/:item_id
  body: none
  auth: none
}

params:path {
  item_id: 
}