Redirects you to the user that represents the logged in user.
See : User
GET /v1/me
Retrieving the authenticated user :
Request : GET /v1/me HTTP/1.1 Host: api.marktplaats.nl Response : HTTP/1.1 302 Moved Temporarily Location: /v1/users/1
Request :
GET /v1/me HTTP/1.1 Host: api.marktplaats.nl
Response :
HTTP/1.1 302 Moved Temporarily Location: /v1/users/1