{ "nodealert": { "paused": true } }
curl --location --request POST 'https://example.com:30888/nodealerts//pause' \ --header 'Content-Type: application/json' \ --data-raw '{ "nodealert": { "paused": true } }'
{}