We want to implement the function of changing an email address.
In that process, we want to send an email to the new address which users enter, because of verification.
Then, how to send an email to the new address?
We checked the documents of management API about “Send an email address verification email”.
However, in this document, the body as a request parameter contains just user_id, so I think an email will be sent to old address which is tied to user_id.
What should we do to send an email to new address which users enter?