Future<dynamic> dashboard(String name) async { final response = await dio.get('/dashboard/$name'); return response.data; }