Authorization: ********************{
"folderIds": [
"string"
],
"parentId": "string"
}curl --location --request PUT 'https://api.pitside.app/file/folder/move' \
--header 'activeTeamId;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"folderIds": [
"string"
],
"parentId": "string"
}'[
{
"id": "string",
"name": "string",
"parentId": "string"
}
]