curl --request PATCH \
--url https://api.cognee.ai/api/v1/users/me \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"email": "[email protected]",
"is_active": true,
"is_superuser": true,
"is_verified": true
}
'