curl --location --request PUT '/api/product/' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity": "PROD-INT-001",
"name": "Fiber Connection 500Mbps",
"price": 199.9,
"st_product_service": "S",
"combo": [
"PROD-TV-001"
],
"category": "connection",
"max_download": 512000,
"max_upload": 256000
}'{
"id": "c2b8a857-58ab-4c9d-a9d2-4dc44bca8f82",
"identity": "PROD-INT-001",
"name": "Fiber Connection 500Mbps",
"price": 199.9,
"st_product_service": "S",
"category": "connection",
"max_download": 512000,
"max_upload": 256000,
"status": true
}