GET /v2/user_candidatures
Return all the user candidatures


GET /v2/users/:user_id/user_candidature
Get a user candidature of the given User

GET /v2/user_candidatures/:id
Get a user candidature


POST /v2/users/:user_id/user_candidature
Create a user candidature for the given User

POST /v2/user_candidatures
Create a user candidature


PATCH /v2/users/:user_id/user_candidature
Update a user candidature for the given User

PUT /v2/users/:user_id/user_candidature
Update a user candidature for the given User

PATCH /v2/user_candidatures/:id
Update a user candidature

PUT /v2/user_candidatures/:id
Update a user candidature