GET
/user
curl \
-X GET http://localhost:5000/user \
--cookie "fastapiusersauth=$API_KEY"
Response examples (200)
"Hello abcxyz@gmail.com. Your role is hecker."
curl \
-X GET http://localhost:5000/user \
--cookie "fastapiusersauth=$API_KEY"
"Hello abcxyz@gmail.com. Your role is hecker."