Following is my code
$http.post(url)
.then(function(response) {
// success
log.debug(response.data);
//console.log(message);
},
function(response) { // optional
// failed
});
the parameter is user_id. Please help in the issue