REST API that can take a mathematical operation as function type (e.g. add, subtract, multiple) etc
curl http://localhost:8000 add (1,2) {"output": 3}
REST API that can take a mathematical operation as function type (e.g. add, subtract, multiple) etc
curl http://localhost:8000 add (1,2) {"output": 3}