curl --location --request PATCH '/pictures//follow' \ --header 'Content-Type: application/json' \ --data '{ "followed": true }'
{ "success": true }