curl --request POST \
--url https://api.closebot.com/botMetric/messageFeedback \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"messageId": "<string>",
"leadId": "<string>",
"reasons": "<string>",
"liked": true
}
'curl --request POST \
--url https://api.closebot.com/botMetric/messageFeedback \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"messageId": "<string>",
"leadId": "<string>",
"reasons": "<string>",
"liked": true
}
'