curl --location 'https://primaryapi.cicle.app/api/v1/cards//comments?companyId=&teamId=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"mentionedUsers": [
"string"
]
}'{
"message": "string",
"comment": {
"_id": "string",
"content": "string",
"creator": {
"_id": "string",
"fullName": "string",
"photoUrl": "string"
},
"discussions": [
{
"_id": "string",
"content": "string",
"creator": {
"_id": "string",
"fullName": "string",
"photoUrl": "string"
},
"cheers": [
{
"_id": "string",
"content": "string",
"creator": {
"_id": "string",
"photoUrl": "string"
},
"receiver": "string",
"primaryParent": {
"id": "string",
"type": "string"
},
"secondaryParent": {
"id": "string",
"type": "string"
},
"isNotified": true,
"comment": "string",
"card": "string",
"featureType": "string",
"company": "string",
"team": "string",
"createdAt": "string",
"updatedAt": "string",
"__v": 0,
"notification": "string"
}
],
"team": "string",
"company": "string",
"comment": "string",
"card": "string",
"featureType": "string",
"seen": [
"string"
],
"createdAt": "string",
"updatedAt": "string",
"__v": 0
}
],
"cheers": [
{
"_id": "string",
"content": "string",
"creator": {
"_id": "string",
"photoUrl": "string"
},
"receiver": "string",
"primaryParent": {
"id": "string",
"type": "string"
},
"secondaryParent": {
"id": "string",
"type": "string"
},
"isNotified": true,
"comment": "string",
"card": "string",
"featureType": "string",
"company": "string",
"team": "string",
"createdAt": "string",
"updatedAt": "string",
"__v": 0,
"notification": "string"
}
],
"team": "string",
"company": "string",
"featureType": "string",
"card": "string",
"seen": [
"string"
],
"createdAt": "string",
"updatedAt": "string",
"__v": 0
}
}