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