Future<http.Response> execute( String method, dynamic data, ) => http.post( Uri.parse( '$api/$endpoint/$method', ), body: jsonEncode(data), );