meta { name: Upload File type: http seq: 2 } post { url: http://localhost:3000/api/v1/user/test123/files body: multipartForm auth: none } body:multipart-form { test/blub.txt: asdasd } assert { res.status: eq 200 res.body: isEmpty }