List users

GET /api/v1/users
GET /api/v1/users
curl \
 -X GET http://127.0.0.1:3000//api/v1/users \
 -H "Authorization: Bearer $ACCESS_TOKEN"