cURL
curl --request GET \ --url http://localhost:3000/api/v1/user \ --cookie nut-session=
{ "success": true, "data": { "user": { "id": "<string>", "name": "<string>", "email": "jsmith@example.com" } } }
Retrieve current user information
Session cookie authentication
User information
Show child attributes