Issue with HttpApiClient sending JSON instead of UrlParams in POST requests
What am I doing wrong here? I'm trying to use a derived HttpApiClient on an API that expects POST requests to contain a UrlParams body. I've used HttpApiSchema.withEncoding to set the 'kind' to 'UrlParams', but the client always sends JSON.
