curl --location --request GET 'https://demo.myshopify.com//admin/api//comments/.json'
{
"comment": {
"id": 118373535,
"body": "Hi author, I really _like_ what you're doing there.",
"body_html": "<p>Hi author, I really <em>like</em> what you're doing there.</p>",
"author": "Soleone",
"email": "soleone@example.net",
"status": "published",
"article_id": 134645308,
"blog_id": 241253187,
"created_at": "2023-01-03T12:05:09-05:00",
"updated_at": "2023-01-03T12:05:09-05:00",
"ip": "127.0.0.1",
"user_agent": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1",
"published_at": null
}
}