set also accept

This commit is contained in:
Marco Lettere 2021-06-04 11:13:24 +02:00
parent 48275c4a2d
commit 52448711c4
1 changed files with 2 additions and 1 deletions

View File

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