Stores a key value pair in the local store (using POST)
Path Parameters
key*string
The key to store.
Request Body
application/json
The value to be stored.
Response Body
application/json
curl -X POST "http://localhost:7172/api/store/string" \ -H "Content-Type: application/json" \ -d '{}'{}