getAttributes method from APIClient returns the boolean attributes as strings
Steps to reproduce:
- Identify user with
identify method from TrackClient passing some boolean attribute
- Try to receive the attributes with
getAttributes method from APIClient
- Received attribute is "true"/"false" instead of true/false