curl --location --request PATCH 'http://dev-cn.your-api-server.com/v0/evi/prompts//version/' \
--header 'X-Hume-Api-Key: <apiKey>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"id": "id",
"version": 1,
"version_type": "version_type",
"name": "name",
"created_on": 1,
"modified_on": 1,
"text": "text",
"version_description": "version_description"
}