- Add `tests/test_http_query.py` to verify `app.query()` and `router.query()` functionality.
- Ensure `QUERY` requests correctly accept and validate request bodies.
- Verify OpenAPI schema generation for `QUERY` operations, specifically checking for the presence of `requestBody`.
- Add compatibility checks for Pydantic v1 and v2 responses.