GET /v2/internships
Return all the internships

GET /v2/users/:user_id/internships
Return all the internships of the given User


POST /v2/internships
Create an internship


PATCH /v2/internships/:id
Update an internship

PUT /v2/internships/:id
Update an internship

PATCH /v2/users/:user_id/internships/:id
Update an internship for the given Id, associated with the given User

PUT /v2/users/:user_id/internships/:id
Update an internship for the given Id, associated with the given User


GET /v2/internships/:id
Get an internship

GET /v2/users/:user_id/internships/:id
Get an internship of the given Id, associated with the given User


DELETE /v2/internships/:id
Destroy an internship