Is there a way to run a look via the api, overriding filters

I’m looking at https://docs.looker.com/reference/api-and-integration/api-reference/v3.1/look#run_look and cannot see a way to specify values for filters;

I’ve also looked at running the query from the look via the api
`GET/api/3.1/queries/{query_id}/run/{result_format}` and `POST/api/3.1/sql_queries/{slug}/run/{result_format}` in this case neither seem to provide a way to override filters either. In addition the latter returns not found from the api, and interestingly the documentation does not specify what the post body should be.

Can someone please help me to find what I’m looking for?

2 3 2,537