{
"request": {
"method": "POST",
"urlPathPattern": "/services/oauth2/token.*",
"headers": {
"Content-Type": {
"contains": "application/json",
"caseInsensitive": true
}
},
"bodyPatterns" : [
{ "equalToJson" : "{}", "jsonCompareMode": "LENIENT" }
]
},
"response": {
"status": 200,
"bodyFileName": "SalesForce/SF_Services_Oauth2_Token.json",
"headers": {
"Content-Type": "application/json"
}
}
}