Files
account-manager/notes.md
2026-04-02 01:55:44 -04:00

289 B

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