Describe the bug
The boolean values in query parameters are being serialized as True or False instead of true or false. This might cause bad request errors at the server end while extracting the query parameters as boolean type.
Expected behavior
Serialize the boolean values as true and false while sending them in query string
To Reproduce
Steps to reproduce the bug:
- Call any endpoint that have a boolean as a query parameter after generating an APIMatic C# SDK
- You will find that boolean values are incorrectly serialized as
True
Screenshots

Library version number
For example: 0.3.2
Environmental details
For example:
OS: Windows
Runtime version: .NET 6