curl --request GET \
--url https://api.example.com/user \
--header 'Authorization: Bearer <token>'{
"user": {
"updatedAt": "<string>",
"externalId": "<string>",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "<string>"
}
}Get user
curl --request GET \
--url https://api.example.com/user \
--header 'Authorization: Bearer <token>'{
"user": {
"updatedAt": "<string>",
"externalId": "<string>",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "<string>"
}
}Ok
Show child attributes