{ "id": 0, "followerId": 0, "followedId": 0, "mutual": 0 }
curl --location --request PUT 'v2/userfollows/userfollows' \ --header 'uname: zhangsan' \ --header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJ6aGFuZ3NhbiJ9.oPWTKeXbSmteqbLr17jGuldDOnmUJ94YycX9vFLNjoo' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "followerId": 0, "followedId": 0, "mutual": 0 }'
{}