anomaly method

Future<Response> anomaly(
  1. dynamic data
)

Implementation

Future<Response> anomaly(data) => post("$restAPIHost/anomaly", data, headers: {"charset" : "utf-8"});