meta { name: create_snippet type: http seq: 3 } post { url: {{host}}/api/snippet body: json auth: none } body:json { { "title": "TEST from Bruno", "slug": "bruno-test", "markdown": "this is a test", "tags": ["test"] } }