Is there a way to bulk upload attachments to a particular page using REST API endpoint?
My usecase is to fetch all the attachments from a particular jira and upload it to a particular confluence page. I can do it one by one but it is exceeding the 25 sec limit or even 55 sec limit in case of async functions.