
                                               Request was not matched
                                               =======================

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
POST                                                       | POST
/thing                                                     | /thing
                                                           |
$..seven                                                   | {                                                   <<<<< Body does not match
                                                           |   "one" : {
                                                           |     "two" : {
                                                           |       "three" : {
                                                           |         "four" : {
                                                           |           "five" : {
                                                           |             "six" : "match this"
                                                           |           }
                                                           |         }
                                                           |       }
                                                           |     }
                                                           |   }
                                                           | }
                                                           |
-----------------------------------------------------------------------------------------------------------------------
