all response payloads are wrapped in a payload container which is already getting unwrapped automatically. however for most endpoints the value inside that payload container is an object with only 1 property that in turn stores the data we're actually interested in, so it might be worth unwrapping the second layer as well in those cases
all response payloads are wrapped in a payload container which is already getting unwrapped automatically. however for most endpoints the value inside that payload container is an object with only 1 property that in turn stores the data we're actually interested in, so it might be worth unwrapping the second layer as well in those cases