ApproveComment
Approves a blog comment so it becomes publicly visible.
Input
| Name | Type | Description |
| Id | String | The identifier of the comment to be approved. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the request completed successfully. |
| Details | String | Additional information or error details about the request outcome. |
| Id | String | The globally unique identifier of the approved comment. |
| Status | String | The current status of the comment, such as approved or pending. |