curl --request POST \
--url https://api.veryfront.com/conversations/{conversation_id}/agent-stream/{runId}/tool-result \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"toolCallId": "<string>",
"result": null,
"isError": false
}
'