meta { name: Create Post type: http seq: 2 } post { url: http://localhost:6969/api/posts body: json auth: none } body:json { { "title": "New Post", "content": "Hello there" } }