meta { name: Upload File type: http seq: 1 } post { url: {{casket_host}}/api/v1/user/{{user_id}}/files body: multipartForm auth: bearer } auth:bearer { token: {{access_token}} } body:multipart-form { test/blub.txt: asdasd } assert { res.status: eq 200 res.body: isEmpty }