Endpoint for Post listThe endpoint returns a Deferred<*> which is the type returned by an async coroutine in Kotlin. But most importantly, you need to know what the PostResponse looks like. Here we can see how that PostResponse inherit from BaseApiResponseThe BaseApiResponse is the base class that all the api responses inherit from. We do that because, as you can see, every response coming from th