## Example query ``` curl -X POST http://localhost:8080/account/new \ -H "Content-Type: application/json" \ -d '{ "email":"john@example.com", "first_name":"John", "last_name":"Smith", "address":"123 Main St", "country_code":"US", "password":"letmein" }' ```