#Community hoardan follow(){ post "community/follow" '{"community_id":'$1',"follow":true}'; } unfollow(){ post "community/follow" '{"community_id":'$1',"follow":false}'; } following(){ echo "use instead"; } # Maybe this will help.