What's New
Added strict parameter validation to prevent malformed requests. Previously, the API silently accepted requests with incorrect parameters, incorrect types, or unknown parameters. Now, any of these validation failures will return a 400 Bad Request response with a descriptive error message indicating the specific issue.
Potential Breaking Change
Requests that were previously accepted despite having invalid parameters will now be rejected. Ensure all API calls use correct parameter names, types, and values.