{ "@context": "https://www.w3.org/ns/activitystreams", "id": "{{domain}}/create-hello-world", "type": "Create", "actor": "{{domain}}/users/{{actor}}", "object": { "id": "{{domain}}hello-world", "type": "Note", "published": "{{date}}", "attributedTo": "{{domain}}/users/{{actor}}", "inReplyTo": "https://friend.camp/@darius/101065750930453908", "content": "

This is a test from a flask based implementation of the mastodon tutorial

", "to": "https://www.w3.org/ns/activitystreams#Public" } }