How to make a request on swagger UI in which i can add N amount of query parameters (both name and value of the parameters have to accept any input) using solely swagger annotations (no openApi yaml/json)?
The request should look something like this:
GET swagger/users?name1=value1&name2=value
Swagger UI version is 3.23.0