Marcin Wisniowski
04/27/2019, 3:27 PMclient.request {
method = <http://HttpMethod.Post|HttpMethod.Post>
body = FormDataContent(formData {
append("key", "value")
})
}
But when I do it, I get an error: https://ss.nohus.eu/13500/dd39eece
What am I doing wrong? Thank you.