cURL
curl --request POST \ --url https://api.example.com/api/alarm/rule/modify \ --header 'Authentication: <authentication>' \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{}'
{}
The body is of type object.
object
The response is of type object.