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