curl --request PATCH \
--url https://api.chatling.ai/v2/chatbots/{chatbotId}/conversations/{conversationId}/messages/{messageId}/rate-ai-answer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"rating": "<string>"
}
'