alerts
Create new Alert Notification
Create new Alert Notification
post/tools/alerts
Request body
Example request
{
"email": "username@gmail.com",
"percentage": 80
}Response
Sucess
Alert Notification Created Sucessfully.
Example response
{
"email": "username@gmail.com",
"percentage": 80,
"id": 4117
}