Parameters are not taken into account using Metabase API

@mazzma12 Then you are doing something different. The Metabase UI uses the API, so if you are getting different results, when you're doing something via the API, then you're not doing the same thing as you're trying to do in the GUI. Please read everything here very carefully: API POST /api/card/:card-id/query/:export-format with parameters

/api/card/:card_id/query is not the same API endpoint as /api/card/:card_id/query/json
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md#post-apicardcard-idquery
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md#post-apicardcard-idqueryexport-format