user
curl --location --request DELETE 'https://api.github.com/user/emails' \ --header 'Content-Type: application/json' \ --data-raw '{ "emails": [ "octocat@github.com", "mona@github.com" ] }'
{}