post https://api.sentiyen.com/api/v3/chat/message/feedback
This endpoint allow you to record any feedback for a message for analytics purposes.
Sample request:
{
"messageId": "16763be4-6022-406e-a950-fcd5018633ca",
"feedback": "string",
"senderId": "string"
}
Sample response:
{
"success": true
}