curl --location --request GET '/agent/a12d5be1-3456-4c18-b111-33cdd0a1cc99/products/456' \
--header 'Authorization: <api-key>'{
"id": 456,
"name": "Steam Wallet Top Up",
"slug": "steam-top-up",
"category_id": 10,
"product_type_id": 3,
"region_code": "GLOBAL",
"currency_code": "USD",
"logo": "https://cdn.example.com/logos/steam.png",
"price": 10,
"min_amount": 5,
"max_amount": 100,
"step": 1,
"description": "Instant Steam balance top-up.",
"is_active": true
}