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