curl --location --request PATCH 'https://api.pibox.com/api/v2/files/' \
--header 'Content-Type: application/json' \
--data '{
"removal_protection": true,
"task_load_protection": true
}'{
"error": {
"code": "string",
"message": "string"
}
}