curl --location -g --request PUT 'https:///api/v2/agents//comments/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string",
"modified_by": 0
}'
{
"success": true,
"message": "string",
"data": {
"id": 0,
"object_pk": "string",
"user_name": "string",
"user_email": "user@example.com",
"user_url": "http://example.com",
"comment": "string",
"submit_date": "2019-08-24T14:15:22Z",
"ip_address": "string",
"is_public": true,
"is_removed": true,
"content_type": 0,
"site": 0,
"user": 0
}
}