cURL
curl --request POST \ --url https://api.example.com/api/notification/new/template/enable \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
The body is of type object.
object
The response is of type object.