User ID of the authenticated user
const response = await fetch('https://beta.data.banyan.computer/api/v1/auth/who_am_i', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "user_id": "123e4567-e89b-12d3-a456-426614174000" }