FaunaDB FQL - How to create JSON object and store it?

Hi,

I am bit lost in regards to the documentation, I am working on a project where I recieve JSON object about game match data and I am trying to create a document in a collection called Matches.

I am able to of course just upload the JSON into the DB manually but I am unable to use the query in C# to do so?

Match JSON:
https://api.opendota.com/api/matches/5132512783

Q

Hi @Fyriif and welcome.

You can take a look here.

Luigi