URL : http://hostandport/seller/{sellerId}/registerProduct Body: { "name":"test", "product_id":"test_id", "product_price":"test_price" }
{ "block_address":"23456ytRYkO(7*^8oilhGj45tGDHFFGIU&YT*yu8lojlIUKGiolk;po0&YT%^$#$5JKHGFDRDJGH" }
URL : http://hostandport/seller/{sellerId}/products
Body: [ { "product_id":"test_id", "product_price":"test_price", "product_info":"test_info", "block_address":"test_block" }, { ...... } ]
URL : http://hostandport/seller/{sellerId}/product/{productId}
Body: { "product_price":"test_price", "product_info":"test_info", "block_address":"test_block" }