curl --location --request PATCH 'http://dev-cn.your-api-server.com/api/v0/chatbots//messages/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"threadId": "dd56a3d0-dba7-4df0-b62b-58513230b053",
"reaction": "POSITIVE"
}'{
"success": true,
"message": "Updated the message successfully",
"data": null
}