{ "followingId":2 }
curl --location '127.0.0.1:8400/user/follow' \ --header 'satoken: ' \ --header 'Content-Type: application/json' \ --data '{ "followingId":2 }'
{ "code": 200, "msg": "string", "data": "string" }