Future<Map<String, dynamic>> post( String api, Map<String, dynamic> map) async { return _postWithClient(api, map); }