Update Email

Update the current user's email address.

put /me/email
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{(verb-var token)}}

{
    "new_email": "mynewemail@example.com"
}

Emacs 29.3 (Org mode 9.6.15)