Authorization: ********************{
"comment": "string"
}curl --location --request POST 'https://api.funnymonitors.com/endpoints/v1/incidents/comment/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment": "string"
}'{
"data": [
{
"user": "string",
"created": "2019-08-24T14:15:22.123Z",
"comment": "string"
}
],
"requestedBy": "string",
"terms": "string"
}