post https://distillery.pixlee.co/api/v2/albums
Adds or Updates a product
{
"title": "Pixlee Tshirt",
"album_type": "product", //can also be "standard" or "category"
"product": {
"sku": "PTS5",
"product_photo": "https://cdn.dribbble.com/users/67504/screenshots/1313354/shirt.jpg",
"name": "Pixlee Tshirt",
"buy_now_link_url": "https://pixlee.com/tshirt",
"buy_now_text": "Shop Now",
"price": 234,
"stock": 12,
"currency": "USD"
}
}