curl --location --request PUT 'https://demo.myshopify.com//admin/api//comments/.json'
{
"comment": {
"author": "Your new name",
"body": "You can even update through a web service.",
"email": "your@updated-email.com",
"published_at": "2023-01-03T12:06:05-05:00",
"id": 118373535,
"body_html": "<p>You can even update through a web service.</p>",
"status": "published",
"article_id": 134645308,
"blog_id": 241253187,
"created_at": "2023-01-03T12:05:09-05:00",
"updated_at": "2023-01-03T12:06:06-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"
}
}