Promoting a Folder to Physical dataset is failing with HTTPS 404 not found error Help needed

Hi,

We have delta tables in our data lake and trying to promote them as PDS using below link:

But its failing with {“errorMessage”:“HTTP 404 Not Found”,“moreInfo”:“”}

using POST method:

URL: {baseURL}/api/v3/catalog/{catalogID}

BODY:
{“entityType”:“dataset”,
“path”:[“source”,“f1”,“f2”,“f3”,“f4”,“folder”],
“id”:“dremio:folder_path”,
“type”: “PHYSICAL_DATASET”,
“format”: {“type”: “Delta Lake”}}"

@ravi1 Can you please check if the server is available? I see 404 which is usually page not found. Are you able to promote the same via UI? Also if you are able to do it via POSTMAN, you can see the API in shell or Python and see if you missed something