Any simple network call with default Dart http client, for example, sign out request:
Future signOut() async { final body = jsonEncode(SignOutRequ