Future<Response> verifyOnlineWithData(String url, dynamic data) async => ApiClient().callPost(url, data: data);