Stores a key value pair in the local store (using POST)
curl -X POST "http://localhost:7172/api/store/string" \ -H "Content-Type: application/json" \ -d '{}'
{}
curl -X POST "http://localhost:7172/api/store/string" \ -H "Content-Type: application/json" \ -d '{}'
{}
curl -X POST "http://localhost:7172/api/store/string" \
-H "Content-Type: application/json" \
-d '{}'