POST : /api/designnest/v1/accounts/register/email
{
"account" : {
"email" : ''
}
}
email : Email of account
{
"code" : 1 ,
"message" : "" ,
"data" : [
"id" => 0 ,
]
}
POST : /api/designnest/v1/accounts/register
{
"account" : {
"email" : '' ,
"password" : '' ,
"code" : 01234567
}
}
email : Email of account
password : Password of account
code : Email code of account
{
"code" : 1 ,
"message" : "" ,
"data" : [
"id" => 0 ,
]
}