post https://yoursite.com/api/user/update/email
Email change with success
The JSON returned has the activation param false /, ex:
{
status:"success",
activation: false,
token: ''
}
Requires confirmation
The JSON required has the activation param true, ex:
{
status:"success",
activation: true,
token: 'activationToken....'
}
Then use that token for the Confirm Email Change request.