notification
Save a notification email
GET
https://localhost:3000/api/notification/email
This endpoint allows you to save an email
Request Body
Name
Type
Description
string
Email to be saved
account
string
Email owner
{ status: 'OK', message: 'Email Notification Account Saved' }
Last updated
Was this helpful?