An example API server 

$ curl http://0.0.0.0:3000/new-product/NU217EMA
{
   "product_id" : "NU217EMA",
   "name" : "One-row Cylindrical Bearing",
   "bore_diameter" : "85mm",
   "outer_diameter" : "150mm"
}