The http-api REST endpoints support both form data and JSON format requests. Request parsing for FastAPI versions >= 0.91.0 (Starlette versions >= 0.24.0) throw an error in the case of form data, likely due to stricter validation, similar to the issue in T3616.
This is a blocker for update of FastAPI for a reported security vulnerability, hence is 'unbreak now'.