URL: https://nostrgraph.unift.xyz/api/graph/{name}
Example:
curl --location --request POST 'https://nostrgraph.unift.xyz/api/graph/example1' \
--header 'content-type: application/json' \
--data-raw '{"query":"{user(order_by: {id: desc}) {\n id\n name\n age\n photo\n }\n}"}'