curl --request POST \
--url https://messenger-public-api.cogfy.com/messages/reaction \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"from": "<string>",
"to": "<string>",
"reaction": {
"message_id": "<string>",
"emoji": "<string>"
}
}
'