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