curl --location --request PATCH '/v4/api/folders//move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"targetParentId": "string"
}'{
"error": {
"code": "FOLDER_SELF_MOVE",
"message": "A folder cannot be moved into itself"
}
}