OOTB API failing when executed from another instance or Postman but works fine on the main instance
I am working on the OOTB add item to cart api (present in sn_sc namespace). When I run it on the instance where I have the catalog item, it runs fine(status code 200). However, when I run the same json with the same request url on postman or try to i...