I would like for Parent App A to be able to get data from Child App B and Child App C, edit the data and push that data back to both Child Apps.
I can get the GET api function to work but when I use POST or PATCH I get an authentication issue. Which is odd as the header includes the private-key… otherwise I couldn’t get the GET function to work…