GET http://localhost:4001/store HTTP/1.1 ### GET http://localhost:4001/store/testApi HTTP/1.1 ### POST http://localhost:4001/store HTTP/1.1 content-type: application/json { "key": "testApi", "value": { "name": "ivan", "age": 15 } }