set also accept

master
Marco Lettere 3 years ago
parent 48275c4a2d
commit 52448711c4

@ -65,7 +65,8 @@
"method" :"POST",
"headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}",
"Content-type" : "application/json"
"Content-type" : "application/json",
'Accept':'application/json'
},
"body" : "${to_array.output.resultList}"
}

Loading…
Cancel
Save