Empty response body when parsing API with Retrofit and Gson
I used Retrofit and Gson on this project. I'm trying to login where I should get a response of the user id, faunadb_token, and also data list filled with user data.
"body": "{\n \"content\": {\n \"id\": \"328803596056396364\",\n \"faunadb_token\": \"fauna fnEEnk81KUACTwSP8HIOwApJqbjNg-u4fqC9q6Da2FvPTP2esYs\",\n \"data\": {\n \"name\": \"test2\",\n \"email\": \"
bowner@gmail.com\",\n \"role\": \"admin\",\n \"organization_id\":...