archive_config row. All three key parts are required; pass status as * for a policy that applies regardless of status.202 means published, not applied.Super User scope.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/recordings/archive-configs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"acc-elm": "string",
"case-id": "string",
"status": "string",
"enabled": "yes",
"archive-path": "string",
"delete-rtp": "no",
"delete-wav": "no",
"delete-all": "no",
"hold-period": "0"
}'{
"code": 0,
"message": "string"
}