I make a http request in my flutter app with a simple url api:
Future getUsers() async { try { return await http .get(\'ht