curl --location --request PATCH 'http://dev-cn.your-api-server.com/v0/evi/tools/' \ --header 'X-Hume-Api-Key: <apiKey>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "get_current_temperature" }'
{}