api_access_token: ********************curl --location --request PATCH 'http://localhost:3030/api/v1/accounts//aily/assistants/' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"description": "string",
"config": {
"product_name": "string",
"feature_faq": true,
"feature_memory": true,
"welcome_message": "string",
"handoff_message": "string",
"resolution_message": "string",
"instructions": "string",
"temperature": 0
}
}'{}