curl --location 'https://api.aworld.cloud/dashboard/v1/users/me/principal' \
--header 'x-external-user-id;' \
--header 'x-user-id;'{
"principalId": "string",
"sub": "string",
"email": "user@example.com",
"emailDeliverabilityStatus": "OK",
"emailDeliverabilityValidatedAt": "2019-08-24T14:15:22.123Z",
"firstName": "string",
"lastName": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}