Authorization: Bearer ********************curl --location --request PATCH 'https://api-staging.tenbyte.io/v1/v1/libraries/314221a1-3cbf-4d3c-846e-f6c22bc43064/folders/a7f590b4-3fd7-42a4-82bb-a7cfa6aa9d04/move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_parent_id": "5df82c45-defc-4f75-9caa-535c466e9200"
}'{
"data": {
"created_at": "2025-10-20T15:37:53.084332+06:00",
"updated_at": "2025-10-20T15:38:52.963289858+06:00",
"parent_id": "5df82c45-defc-4f75-9caa-535c466e9200",
"name": "Folder New 2",
"id": "a2cf2ed7-90ea-4770-9995-082bc6f96946",
"library_id": "ed286498-36a0-48b0-9211-030ddfed2bc0"
},
"message": "Folder Updated Successfully",
"success": true
}