curl --request GET \
--url https://app.narrativebanking.com/api/auth/me \
--header 'Authorization: Bearer <token>'{
"userId": "1005",
"tenantId": "2001",
"email": "user@example.com"
}curl --request GET \
--url https://app.narrativebanking.com/api/auth/me \
--header 'Authorization: Bearer <token>'{
"userId": "1005",
"tenantId": "2001",
"email": "user@example.com"
}