{
"name": "My product",
"countryCode": "KZ",
"currency": "USD",
"price": "10",
"description": "Product description",
"retailerId": "123",
"url": "https://example.com/product",
"imageUrl": "https://example.com/image.jpg",
"isHidden": false
}curl --location --globoff 'https://api.green-api.com/waInstance<Your idInstance from your Green API account>/createProduct/<Your apiTokenInstance from your Green API account>' \
--header 'User-Agent: GREEN-API_POSTMAN/1.0' \
--header 'Content-Type: application/json' \
--data '{
"name": "My product",
"countryCode": "KZ",
"currency": "USD",
"price": "10",
"description": "Product description",
"retailerId": "123",
"url": "https://example.com/product",
"imageUrl": "https://example.com/image.jpg",
"isHidden": false
}'{
"productId": "26740202448981335"
}