Authorization: Bearer ********************
{
"tool_name": "test_tool",
"tool_parameters": {}
}
curl --location --request POST '/api/v1/system/debug/tools/call' \
--header 'Content-Type: application/json' \
--data-raw '{
"tool_name": "test_tool",
"tool_parameters": {}
}'
{}