var response = http.fetch('https://external_service.com/api', {
method: 'POST',
body: userData,
headers: {
'Accept':'application/json',
'Content-Type':'application/json'
}
}).json();
var response = http.fetch('https://external_service.com/api', {
method: 'POST',
body: userData,
headers: {
'Accept':'application/json',
'Content-Type':'application/json'
}
}).json();