Folder IDs in API Calls
Issue
You are pulling the folder ID from the UI, but it is not working in your API calls.
Solution
Retrieve the Folder ID from an API query call (GET Folder byName), and use the ID given from that call to make additional calls.