curl --request POST \
--url https://api.attention.tech/v2/createScorecardResult \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"scorecard_uuid": "<string>",
"summary": "<string>",
"items": [
{
"scorecard_item_uuid": "<string>",
"description": "<string>",
"numeric_result": 123
}
],
"conversation_uuid": "<string>",
"chat_uuid": "<string>"
}
'