Getting user by ID
The path operation should never return the password
It will return the user without the password because of the
response_model
The user will be searched by ID in the database
If this is not found, it will raise a HTTP404
If it does find it, it will return the ID, email, and created_at field
Last updated