This is because there are lots responses with different T, to avoid customizing many converter for each API methods, I want to get a single and global TypeAdapter to transforms all kind of Data<T> into T.
By this solution, I convert all ResponseBody to Data<T>, and then convert to T.