Problem with sending post requests
Closed this issue · 1 comments
fklingenberg commented
kean commented
Hi, body
has to be Encodable
, and the heterogeneous dictionary isn't. I would suggest either passing a dictionary of type [String: String]
, which is Encodable
, or creating a custom Encodable
struct to represent these parameters (recommended).