post https://{companyDomain}.bamboohr.com/api/v1/performance/employees//goals//comments
Create a new goal comment.
Sample Request Url
https://api.bamboohr.com/api/gateway.php/samplecompany/v1/performance/employees/1234/goals/24/commentsSample Request Body
{
	"text": "You are doing amazing."
}Sample Response
{
    "id": "27",
    "authorUserId": 2292,
    "createdAt": "2021-04-19T17:05:48Z",
    "text": "You are doing amazing.",
    "canEdit": true,
    "canDelete": true
}