Fix: FastAPI 422 Unprocessable Entity (validation error)Mar 9, 2026How to fix FastAPI 422 Unprocessable Entity error caused by wrong request body format, missing fields, type mismatches, query parameter errors, and Pydantic validation.python fastapi debugging