Hi, I have a component which is loading marketo form and on submission, calling onSuccess handler, from there to JS and making AJAX call to save form values to AEM. There are two problems1. 404 on csrf token - To solve this I have added "granite.csrf.standalone" to my component. Now I can see token...