1.We have observed that “id” field is Integer datatype in Postman response but in API Response we are fetching as String for Domain and PageGroup entities
ex: In Postman "id": 5829901 and In S3 Response "id":"5829901".
2. We have observed that “sub_account_id” field is Integer datatype in Postman response but in API Response we are fetching as String for Page entity.
ex: In Postman "subAccountId": 5051261, and In S3 Response "sub_account_id":"5051301".