GET /api/v1[path], decoding the JSON body.
/api/v1[path]
Future<dynamic> get(String path) => _send('GET', path);