{
"email": "example@cloudreve.org",
"password": "P@ssw0rd",
"language": "en-US",
"captcha": "z3ds",
"ticket": "4qXv7KmbYajJ0yFDKcmJ"
}
curl --location --request POST '/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "example@cloudreve.org",
"password": "P@ssw0rd",
"language": "en-US",
"captcha": "z3ds",
"ticket": "4qXv7KmbYajJ0yFDKcmJ"
}'
0
- Success.{
"data": {
"id": "6JIo",
"email": "Grover30@hotmail.com",
"nickname": "Johnny Zhang",
"created_at": "2023-08-06T19:21:59+08:00",
"anonymous": null,
"group": {
"id": "1AI8",
"name": "Admin",
"permission": "/f8B",
"direct_link_batch_size": 10,
"trash_retention": 864000
},
"status": "inactive",
"avatar": "file",
"preferred_theme": "#131313",
"credit": 8,
"language": "en-US"
},
"code": 0,
"msg": ""
}