Stevens Institute of Technology SSW 345 (Modeling and Simulation)
Sends a json object to the server and replies with a link where the object can be retrieved.
body
...some json object you want to store
response
{
"success": true,
"link":"http://localhost:3000/<uid>"
}
Retrieves and deletes a previously sent json object by its unique id.
response
...some json object you previously stored