Create anonymous snippet
curl --request POST \
--header 'Content-type: application/json' \
--data '{"language": "python", "title": "test", "public": true, "files": [{"name": "main.py", "content": "print(42)"}]}' \
--url 'https://snippets.glot.io/snippets'INFO