token: ********************
curl --location '/account/email' \ --header 'Accept: application/json' \ --header 'token: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "scotty_eng@enterprise.st" }'
{ "valid": true }