cURL
curl --request POST \ --url https://api.example.com/notification-providers/{id}/test \ --header 'Authorization: Bearer <token>'
true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Test notification sent successfully.
The response is of type boolean.
boolean