OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

[Email] POST /sendUserViolation #222

Open OlhenShu opened 2 months ago

OlhenShu commented 2 months ago

Method: POST /email/sendUserViolation dto (*required): dto Example value:

{
  "email": "string",
  "language": "string",
  "name": "string",
  "violationDescription": "string"
}

Responses Code: 200 OK, 400 Bad Request, 401 Unauthorized, 403 Forbidden, 404 Not Found, 409 Conflict, 429 Too Many Requests.