I wish to create sample requests for my API documentation in Swagger UI, but I am accepting Form input.
FastAPI docs demonstrate how to do that only for Pydantic schema. Please help me with this
Can example/examples be used for Form input to create sample requests in any way?
