I have a post method to create a location, it works perfectly on postman but when I use it in my mobile app KMP it gives me this message : "errorMessage":"Failed to convert request body to class.model.requests.CreateLocationRequest" The class is serializable and I have content negotiation json plugins! I am using call.receive
CreateLocationRequest()