curl --location '/reactions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reactable_id": "1845885550486097920",
"reactable_type": "comments", // comments/posts
"reaction_type": "like" // "like", "dislike", "love", "haha", "wow", "sad", "angry", "high_fiv
}'