Restarts the session by deleting all the provided input files and the resulting pending contracts.
URL : /restart-session
Method : POST
Condition : Restart successful.
Code : 200 OK
Content :
"Session successfully restarted"
Condition : Cannot restart the session.
Code : 500 Internal Server Error
Content :
{
"error": "Error in session restart"
}