call_title — Title to assign to the call (max 120 characters)call_id — The unique ID of the callcall_fields table{
"call_title": "Important Sales Call",
"call_id": 12345
}curl --location 'https://platform-api.convirza.com/v3/scorecards/call-title' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"call_title": "Important Sales Call",
"call_id": 12345
}'{
"code": 200,
"message": "Success",
"data": {
"success": true
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}