curl --location --request POST '/v1/files/update_properties' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": 655608,
"removal_protection": false,
"task_load_protection": false
}'