POST : /api/designnest/v1/accounts/me/email
{
"account" : {
"email" : ''
}
}
email : Email of account
{
"code" : 1 ,
"message" : "" ,
}
PATCH : /api/designnest/v1/accounts/me/email
{
"account" : {
"email" : '' ,
"password" : '' ,
"code" : 01234567
}
}
email : New email of account
password : Password of current account
code : New email code of account
{
"code" : 1 ,
"message" : "" ,
"data" : [
"token" => '' ,
]
}
{danger} The previous token will be invalid