Sending post request to service?

Hello i want to send this object to my wcf

{"user":{"BuyerID":1,"ID":1,"Password":"test","UserName":"test","UserRoleID":0}}

How can i do this using $http ?

my service is method is http://localhost/ESService/ESService.svc/UpdateUsers

Could someone help me and explain how to achieve this?