curl --location --request POST 'https://open.teambition.com/api/v3/task//comment' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string"
}'
{
" result": {
"id": "string",
"creatorId": "string",
"boundToObjectId": "string",
"boundToObjectType": "string",
"createTime": "string",
"updateTime": "string",
"content": {
"title": "string",
"comment": "string"
}
},
"code": 0,
"errorMessage": "string"
}