GET /v2/titles
Return all the titles

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



POST /v2/titles
Create a title


PATCH /v2/titles/:id
Update a title

PUT /v2/titles/:id
Update a title


DELETE /v2/titles/:id
Destroy a title