fixed content type

This commit is contained in:
Marco Lettere 2021-06-04 10:15:13 +02:00
parent 31c09e1ae7
commit e4690e8cf5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"method" :"POST", "method" :"POST",
"headers" : { "headers" : {
"Authorization" : "Bearer ${authorize.output.body.access_token}", "Authorization" : "Bearer ${authorize.output.body.access_token}",
"Accept" : "application/json" "Content-type" : "application/json"
}, },
"body" : "${retrieve_member_role.output.body}" "body" : "${retrieve_member_role.output.body}"
} }