curl --request GET \
--url https://api.example.com/v1/ui/customers/me{
"id": "<string>",
"email": "<string>",
"name": "<string>",
"type": "customer",
"emailVerified": true,
"authProvider": "google",
"providerId": "<string>",
"preferences": {},
"roles": [
"<string>"
]
}curl --request GET \
--url https://api.example.com/v1/ui/customers/me{
"id": "<string>",
"email": "<string>",
"name": "<string>",
"type": "customer",
"emailVerified": true,
"authProvider": "google",
"providerId": "<string>",
"preferences": {},
"roles": [
"<string>"
]
}