OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

[Email] POST /notification #219

Open OlhenShu opened 2 months ago

OlhenShu commented 2 months ago

Send notification to user via email Method: POST /email/notification email (*required) string (query): email notification (*required): notification Example value:

{
  "body": "string",
  "title": "string"
}

Responses Code: 200 OK, 400 Bad Request, 401 Unauthorized, 403 Forbidden