Stop Server

End Point: [TMEngine URL]/create
Default: http://localhost:8000/TMServer/stop
Send a 'GET' request to the method end point.
The server responds with a JSON object. On success, field 'status' is set to 'OK'.
Example:
{
  "status": "OK"
}
On error, field 'status' is set to 'failed' and field 'reason' contains the error cause.
Example:
{
  "status": "failed",            
  "reason": "Error connecting to database"        
}