curl --request PUT \
--url https://app.aptlystar.ai/api/v1/bot/playground/org/{org_id}/project/{project_id}/bot/{bot_id}/history/{history_id}/botMessage/{answerMessage_id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"feedbackGiven": true,
"feedbackMessage": "<string>",
"feedbackAnswerIsIncorrect": true,
"feedbackAnswerIsContainsIrrelevantDetails": true,
"feedbackAnswerIsDidnotAddressQuestion": true
}'
curl --request PUT \
--url https://app.aptlystar.ai/api/v1/bot/playground/org/{org_id}/project/{project_id}/bot/{bot_id}/history/{history_id}/botMessage/{answerMessage_id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"feedbackGiven": true,
"feedbackMessage": "<string>",
"feedbackAnswerIsIncorrect": true,
"feedbackAnswerIsContainsIrrelevantDetails": true,
"feedbackAnswerIsDidnotAddressQuestion": true
}'