Reply Messages/v1/messages/react with the request body, query parameters, or multipart fields shown below. Authorization: Bearer <apiKey>. Community API keys require the matching messaging permission. User API keys can also be used for supported message actions and may be channel-restricted.replyMessage for community keys or user permission reactToMessages.data with status and message.400 invalid request body, query, ObjectId, pagination, file format, or missing required field.401 missing, invalid, expired, or insufficient API key/token.403 key is valid but cannot access this community/channel/user/resource, where supported by the service.404 target resource, route, or community-scoped record was not found.409 duplicate or conflicting state for create/update operations, where applicable.500 unexpected Returning.AI service error.curl --location 'https://api.returning.ai/v1/messages/react' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"messageId": "<message-id-you-want-to-reply>",
"emoji": "<emoji-you-want-send>",
"sender": "<username-or-email-of-user>"
}'{
"status": "success",
"message": "Message reacted successfully"
}