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