curl --location --request GET 'http://0.0.0.0:4000/organization/list' --header 'Authorization: Bearer sk-1234'
Successful Response
const response = await fetch('/organization/list', { method: 'GET', headers: {}, }); const data = await response.json();