API ROUTES
{
"username": "admin",
"password": "admin",
"cpassword":"admin",
"phone":"6201060889",
"email":"[email protected]",
"fname":"shubham",
"laname":"kumar"
}
{
"username": "admin",
"password": "admin"
}
{
"userId":"10"
}
{
"userId":"shubham",
"productId":"xyzw",
"brand":"HnM",
"color":"red",
"discount":"70%off",
"price":"200",
"sellingPrice":"1000",
"imageUrl":"abc.com.jpg",
"size":"36",
"title":"Hello from shubham"
}
docker build --platform linux/amd64 -t springboot .