meta { name: credentials type: http seq: 1 } post { url: {{BASE_URL}}/auth/credentials body: json auth: inherit } body:json { { "email": "paul@cowsi.ch", "password": "Password1234" } } settings { encodeUrl: true }