Slackbot
11/20/2023, 6:35 PMLee Turner
11/20/2023, 7:05 PMcontains
should work:
"headers": {
"Accept": {
"contains": "xml"
}
},
Or if you want to match the whole string you can use equalTo
Lee Turner
11/20/2023, 9:45 PMmatches
if you want to match using regex