Authorization: Bearer ********************curl --location --request GET 'http://localhost:4002/rest/residents/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"username": "string",
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"gender": "string",
"date_of_birth": "2019-08-24T14:15:22.123Z",
"profile_picture_url": "string",
"email_validation_status_id": "string",
"external_provider_id": "string",
"external_provider_token": "string",
"referral_code": "string",
"role_id": "string",
"followers_count": 0,
"following_count": 0,
"last_login": "2019-08-24T14:15:22.123Z",
"played_games": 0,
"liked_games": 0,
"reviews": 0,
"lists": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}