@ -188,7 +188,10 @@
'Authorization': 'Bearer ' + that.token,
'Content-Type': 'application/json; charset=utf-8'
}),
method: 'POST'
method: 'POST',
body: JSON.stringify({
param: {}
})
.then(function(response) {
return response.json();