{
"comment_ids": [
"string"
]
}curl --location '/comments/reactions/batch' \
--header 'X-CSRF-Token;' \
--header 'Content-Type: application/json' \
--data '{
"comment_ids": [
"string"
]
}'{
"data": [
{
"comment_id": "string",
"reactions": [
{
"comment_id": "string",
"created_at": "string",
"emoji_id": 0,
"emoji_name": "string",
"emoji_url": "string",
"id": 0,
"ip_address": "string",
"user_id": "string"
}
]
}
]
}