Get a projectReturns a single project by IDGET/projects/{projectId}Configure Server/projects/{projectId}Sendx-api-key*stringThe Authorization access tokenPathAuthorizationx-api-key<token>In: headerPath ParametersprojectIdRequiredstringcURLJavaScriptGoPythoncurl -X GET "https://api.posium.ai/projects/string" \ -H "x-api-key: <token>"200Project detailsResponse{ "id": "string", "name": "string", "description": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }TypeScriptPreviousHealth check endpoint GETNextGet a suite GET