curl --location --request PATCH 'https://api.flireo.com/api/v1/tool-templates/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"tool_config": {}
}'{
"toolTemplate": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Customer Lookup",
"description": "Look up customer information by phone number",
"tool_type": "function",
"tool_config": {},
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}