Configure the SDK with your Simpu API credentials:
Copy
<SimpuProvider apiUrl="https://api.simpu.co" // API base URL accessToken="your-access-token" // Your authentication token organisationID="your-organisation-id" // Your organisation ID>
Always wrap your app with the SimpuProvider - This ensures all components
and hooks have access to the necessary Simpu API context.