List all projectsReturns a paginated list of projectsGET/projectsConfigure Server/projectsSendx-api-key*stringThe Authorization access tokenQueryAuthorizationx-api-key<token>In: headerQuery ParameterspageintegerDefault: 1limitintegerDefault: 20cURLJavaScriptGoPythoncurl -X GET "https://api.posium.ai/projects?page=1&limit=20" \ -H "x-api-key: <token>"200List of projectsResponse{ "items": [ { "id": "string", "name": "string", "description": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ], "total": 0 }TypeScriptPreviousList cases in a suite GETNextList suites in a project GET