notification

Save a notification email

GET https://localhost:3000/api/notification/email

This endpoint allows you to save an email

Request Body

NameTypeDescription

email

string

Email to be saved

account

string

Email owner

{ status: 'OK', message: 'Email Notification Account Saved' }

Last updated