flutter json.decode(response.body)
Map<String, dynamic> user = jsonDecode(jsonString);
print('Howdy, ${user['name']}!');
print('We sent the verification link to ${user['email']}.');
// see https://flutter.dev/docs/development/data-and-backend/json