Micropub

By https://grant.codes/, using http://localhost:3000

{
    "type": [
        "h-entry"
    ],
    "properties": {
        "name": [
            "This is an article"
        ],
        "content": [
            {
                "html": "<p>With <code>HTML<\/code> content :)<\/p>",
                "value": "With HTML content"
            }
        ]
    }
}