If you look at fetching pages via the REST API you can see there is another plugin causing a big issue. Either disable the plugin or update it with the bug fixed and try again.
Any updates on this @atul1039 ?
sorry for the late response but i have fix the https://adal.app/wp-json/wp/v2/pages this page issue but i am still getting the same response on https://adal.app/wp-json/cocart/v2/cart page with same css
How is it that you fixed it for pages and not CoCart?
What did you do exactly? Did you check if another plugin was causing it as I said before?
there was a fatal error for https://adal.app/wp-json/wp/v2/pages which was coming from a plugin, which i fixed but for https://adal.app/wp-json/cocart/v2/cart i am getting the correct response but the response is also adding the css with the response https://prnt.sc/DeIms2tNyYxn
if you can even give me a hint where to look for the issue, that would be great.
I suggest disabling each plugin one by one until you see the cart response return without it. That way you will know which plugin is the cause.
If it’s none of the plugins I would suggest looking to see if something has been added to your theme functions.php
file that would cause this.