account-create
POST
/admin/account/createCreate easily an account. This admin management api bypass the email verification.
请求参数
Header 参数
Authorization
string
必需
示例值:
Bearer {{token}}
Body 参数application/json
email
string
必需
password
string
必需
reason
string
必需
role
string | null
必需
示例1
{
"email": "test@rct.ai",
"password": "12345678",
"reason": "whatever the reason"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前