Before I start, I just want to flag that I am looking for any specific solution that can help me here.
Technically speaking, my automation begins is in Jira Product Discovery, but I am creating child pages with an automation in confluence, and that seems to be the most likely place where I can fix the issue I am having.
The steps I'm trying to complete
1. Idea has a checkbox called Generate Project page in JPD
2. When clicked, and based on the other filter fields, a page is created off a PRD template in my confluence space
3. (help needed here) - certain labels are applied to the confluence page
4. The link then gets populated in the JPD idea
5. Over on confluence, a separate automation kicks in when it sees a page being edited, and the labels from 3. are added to the page
6. Based on the labels added, a bunch of different child pages get added to the parent.
Screenshot of main JPD automation:

Screenshot of Main Confluence Automation

What I have tried so far
- Adding labels to the templates in confluence (doesn't get populated into generated file. Seems to be commonly known issue)
- The HTTP Web request as seen above - I'm getting 403, and assuming its since I don't have PAT enabled on my account, and can't see the options anywhere in confluence (not the overall admin)
- Added an automation to add labels when the template is used and page created off that template (don't know why this one is not working, it seems to be exactly what I want)
