blob: 851959bf92394c2d5089a29c6b4448d3b038b626 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"request": {
"method": "POST",
"urlPattern": "/dmi/v1/data?.*"
},
"response": {
"status": 200,
"bodyFileName": "batchResponse.json",
"headers": {
"Content-Type": "application/json"
}
}
}
|