meta { name: get_snippet_by_slug type: http seq: 10 } get { url: {{host}}/api/snippet-by-slug?slug=bruno-test body: none auth: none } params:query { slug: bruno-test } body:json { { "title": "Test Snippet", "markdown": "## Cool Snippet\ndoes a cool thing", "tags": ["git", "jj"] } }