I am implementing the Auth0 ACUL and using the example repo: github dot com/auth0-samples/auth0-acul-samples/tree/main
For testing screens locally, we need a mock data object that matches Auth0 context. The repo provides three examples: github dot com/auth0-samples/auth0-acul-samples/tree/main/src/mock-data
Where do we find the context object to match the screen we want to customize? For example, I want to customize the organization-picker screen.
As you are working with ACUL, I recommend having the ACUL JS SDK documentation handy, as it outlines all the ACUL screens and customisations that it supports.