{
    "parentDirId": "string"
}curl --location --request POST '/public-api/data-source//move' \
--header 'X-Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "parentDirId": "string"
}'{
  "result": "ok",
  "response": {
    "dirId": "df1be23929a04450aa4514ed",
    "dirName": "tmp2",
    "dirType": "DATA_SET",
    "parentDirId": "bbf86c8c533064a34a972bf7",
    "parentDirName": "tmp",
    "dirPath": [
      {
        "dirId": "j437866b3833d49e8a93d1b1",
        "dirName": "根目录"
      },
      {
        "dirId": "wee30c562ff874c51b60fde8",
        "dirName": "gf"
      },
      {
        "dirId": "bbf86c8c533064a34a972bf7",
        "dirName": "tmp"
      },
      {
        "dirId": "df1be23929a04450aa4514ed",
        "dirName": "tmp2"
      }
    ]
  }
}