Cookies and login credentials

I am embarking on using an existing PHP framework “UserFrosting” in by backend (basically JSON API interface on the same server as the Framework7 code in a different project). It looks like it will do everything I need since it uses a similar backend framework to what I already have. My question specific to framework7 is if the standard GET and POST calls that I do from within framework7 to my backend include cookies, and if they get the CSRF token and submit it with the request (since UserFrosting authentication depends on these things). Thank you for any feedback on this.