I’ve exposed my menus from WordPress via WP REST API Menus so that I can access the content of those menus from API endpoint.
For example:
http://…/wp-json/wp-api-menus/v2/menus
Now, how can I load those menus inside my Frontity app? Is there a handler for this or something like that?