Created two serializers. One for user details, another for profile details.
User data such as email, roles is embedded in profile serializer.
Which data should I pass in as response? Any suggestion from the Mobile app team will be highly appreciated. For more details view the postman requests.
Created two serializers. One for user details, another for profile details.
User data such as
email, rolesis embedded in profile serializer.Which data should I pass in as response? Any suggestion from the Mobile app team will be highly appreciated. For more details view the postman requests.