cURL
curl --request PUT \ --url http://localhost:8091/api/messages/{messageID}/reactions/{emoji} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Adds an emoji reaction to a message. If the user has already reacted with this emoji, this is a no-op.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Message ID
Emoji character (URL-encoded)
Reaction added