~/sonata $ curl -H "Content-Type: application/json" -X POST http://localhost:3011/.p2/auth/register
parse error: EOF while parsing a value at line 1 column 0
~/sonata $ curl -d '{"tosConsent":false}' -H "Content-Type: application/json" -X POST localhost:3011/.p2/auth/register
parse error: missing field `localName` at line 1 column 20
~/sonata $