Here is a simple API class as shown below.
class API { func fetchData(_ callback: @escaping (Data) -> Void) { // reqeust to server... c