psantos10 / sos

4 stars 0 forks source link

[Backend] - Endpoint to Register new Volunteer #18

Closed psantos10 closed 4 years ago

psantos10 commented 4 years ago

Endpoint:

POST /api/volunteers/create

Example Body:

{
  volunteer: {
    fullname: "John Doe",
    email: "John.Doe@example.com",
    password: "secret$123",
    cellphone: "924323232",
     province: "Luanda",
     county: "Belas"
     types_of_availability: "donation_food_clothes, psychological_support"
  }
}

Returns:

Code: 201

Created Object