Added the `force_json_decoding` parameter for `then()` method to force JSON decoding despite response headers.
If True, force JSON decoding of the response despite response headers — defaults to False. The default behaviour is to decode JSON only if the response content type is `application/json`.
Docs:
https://reqflow.org/fluent_api/#reqflow.fluent_api.When.then