curl --location '/api/v1/user/emails' \ --header 'Content-Type: application/json' \ --data '{ "emails": [ "string" ] }'
[ { "email": "user@example.com", "primary": true, "verified": true } ]