update
PUT
/me/emailUpdate your account email. You need to be authenticated to use this api.
请求参数
Header 参数
Authorization
string
optional
Example:
Bearer {{token}}
x-api-key
string
optional
Example:
b1498f6a964a4cc4a01ac6643b4577c9
Body 参数application/json
email
string
required
verificationCode
integer
required
示例
{
"email": "kevin@rct.ai",
"verificationCode": 123456
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
未设置
最后修改时间: 2 年前