I'm trying to send data from 11ty to my directus headless CMS. The problem here is Directus only accepts json data.
No problem to send the data with regular website, but as 11ty is a static site generator, I can't find the way to send the data as json instead of form, because I can only use javascript for receiving data.
Thanks!