curl --location --request POST 'https://demo.myshopify.com//admin/api//comments.json'{
    "comment": {
        "id": 757536352,
        "body": "I like comments\nAnd I like posting them *RESTfully*.",
        "body_html": "<p>I like comments<br>\nAnd I like posting them <strong>RESTfully</strong>.</p>",
        "author": "Your name",
        "email": "your@email.com",
        "status": "pending",
        "article_id": 134645308,
        "blog_id": 241253187,
        "created_at": "2023-01-03T12:06:09-05:00",
        "updated_at": "2023-01-03T12:06:09-05:00",
        "ip": "107.20.160.121",
        "user_agent": null,
        "published_at": null
    }
}