I\'am using fastapi framework and i want to send multiple values using Query like this .
lst_name: Optional[List[str]] = Query(None).
so my question is how to