curl --location 'https://api.pibox.com/v1/files/update_properties' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"file_id": 655608,
"removal_protection": false,
"task_load_protection": false
}'