APIAuth
Get the current credential
curl -X GET "https://example.com/me"{ "credentialType": "user", "user": { "id": "string", "name": "string", "email": "user@example.com" }, "authorizedOrganizationId": "string", "authorizedProjectId": "string", "organizations": [ { "id": "string", "name": "string", "slug": "string", "logo": "string", "role": "admin" } ]}