Files
api-meditation/questions/store-question.bru
T
2026-05-19 19:25:56 +03:30

16 lines
164 B
Plaintext

meta {
name: store-question
type: http
seq: 3
}
post {
url: {{baseUrl}}/questions/
body: multipartForm
auth: inherit
}
settings {
encodeUrl: true
}