{
"settings": [
{
"key": "allow_guest_create_upload",
"value": "string"
}
]
}curl --location --request POST '/v7/files//permission_settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"settings": [
{
"key": "allow_guest_create_upload",
"value": "string"
}
]
}'{
"code": 0,
"more": {},
"msg": "string"
}