curl --location --request POST 'https://peertube2.cpy.re/api/v1/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"adminFlags": 1,
"channelName": "framasoft_videos",
"email": "user@example.com",
"password": "pa$$word",
"role": 2,
"username": "chocobozzz",
"videoQuota": -1,
"videoQuotaDaily": -1
}'{
"user": {
"account": {
"id": 42
},
"id": 42
}
}