PUT /config (POST works identically).Authorization: Bearer ********************curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/ipaware/config/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data 'debug'{
"status": "updated",
"updated": {
"property1": "string",
"property2": "string"
},
"removed": [
"string"
],
"pending": [
{
"key": "string",
"running": null,
"file": null
}
],
"restartRequired": true
}