Authorization: Bearer ********************{
"message_id": 1,
"reaction_type": "string",
"action": "add"
}curl --location --request POST '/api/v1/messaging/reactions' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": 1,
"reaction_type": "string",
"action": "add"
}'{
"code": 0,
"message": "success",
"data": {
"property1": "string",
"property2": "string"
}
}