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"
}
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"
}