view commentscurl --location 'https://api-dev.commandroom.ai/api/api/comments/1/reactions' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"reaction": "string"
}'{
"message": "Success.",
"data": {
"reaction_id": 1,
"comment_id": 1,
"user_id": 1,
"type": "string",
"comment": {},
"user": {},
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}