Change get_user with get_current_user
Remove the GET /user/{id}
endpoint in the API and add GET /user/me
to retrieve the current user profile information.
Remove the GET /user/{id}
endpoint in the API and add GET /user/me
to retrieve the current user profile information.