{ "request": { "uri": "/openoapi/resmgr/v1/locations", "method": "post", "headers": { "Content-Type": "application/json;charset=UTF-8" }, "json": { "id": "12345678", "country": "china", "location": "shenzhen", "latitude": "11", "longitude": "22.2", "description": "" } }, "response": { "status": 200, "json": { "msg": "org.openo.nfvo.resmanage.common.add.success" } } }