Returning all themes
Return a list of all themes.
GET /themes
Return a list of all themes.
content:
            application/json:
              schema:
                type: array
                items:
                  $ref: "#/components/schemas/Theme"content:
            application/json:
              schema:
                $ref: "#/components/schemas/Error"Last updated