Here I tested the delete endpoint, all that needs to be passed in the body is the id of the story to delete.
Here I tested the update endpoint by changing the title of an existing story. All that needs to be passed to the body is the id and the fields that should be updated of the story to update.
Here I tested the delete endpoint, all that needs to be passed in the body is the id of the story to delete.
Here I tested the update endpoint by changing the title of an existing story. All that needs to be passed to the body is the id and the fields that should be updated of the story to update.