curl --location --request PUT 'https://peertube2.cpy.re/api/v1/users/' \
--header 'Content-Type: application/json' \
--data-raw '{
"adminFlags": 1,
"email": {},
"emailVerified": true,
"pluginAuth": "peertube-plugin-auth-saml2",
"role": 2,
"videoQuota": 0,
"videoQuotaDaily": 0
}'{}