fetch('/api/v1/users', { method: 'post', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({ "user": { "email" : email, "password" : password }}), })