enabled, is-active.Authorization: Bearer ********************curl --location --globoff --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/users/{{user}}/answerrules/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"time_frame": "Vacation",
"enable": "yes",
"do-not-disturb": {
"enable": "yes"
},
"forward-always": {
"enable": "yes"
}
}'{}