curl --location --request PATCH '/pictures//' \ --header 'Content-Type: application/json' \ --data '{ "title": "string", "visibility": 0 }'
{ "success": true }