get:
  summary: Fetches data of all projects you are participating in
  parameters:
    - $ref: '../components/components.yaml#/components/parameters/offset_param'
    - $ref: '../components/components.yaml#/components/parameters/limit_param'
  operationId: rest.project.participation.index
  security:
    - jwt: []
  responses:
    200:
      description: Successfull fetch
      content:
        application/json:
          schema:
            $ref: '../components/components.yaml#/components/schemas/list_of_projects'
    404:
      $ref: '../components/components.yaml#/components/responses/404NotFound'
    default:
      $ref: '../components/components.yaml#/components/responses/UnexpectedError'
