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.

Language
Click Try It! to start a request and see the response here!