product Number of APIs: 5 create POST {{BASE_URL}}product/ update PATCH {{base_url}}product/:id delete DELETE {{base_url}}product/:id findall GET {{BASE_URL}}product/ findone GET {{base_url}}product/:id