curl --location --request POST 'http://api.videostui.com/finder/v2/api/personal/privacySettings' \
--header 'VideosApi-token: {{VideosApi-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"open": true,
"option": 4
}'