profile:read scope.Authorization: Bearer ********************Authorization: Bearer ********************UserProfileResourcecurl --location 'https://api.synci.io/api/v1/user' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"name": "string",
"email": "string",
"email_verified": true,
"created_at": "string"
}
}