curl --location --request PATCH '/api/product//flags' \
--header 'Content-Type: application/json' \
--data-raw '{
"flags": [
"premium",
"fiber"
]
}'{
"id": "c2b8a857-58ab-4c9d-a9d2-4dc44bca8f82",
"identity": "PROD-INT-001",
"name": "Fiber Connection 500Mbps",
"flags": [
"premium",
"fiber"
],
"status": true
}