meta {
  name: Create Item
  type: http
  seq: 2
}

post {
  url: {{baseUrl}}/api/v1/items/
  body: json
  auth: none
}

body:json {
  {
    "title": "",
    "description": ""
  }
}