#!/bin/bash

curl --location "https://www.perfumersworld.com/genFormula/postDescription.php" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <access_token>" \
--data '{
  "projectCode": "tpw-api",
  "product": "1",
  "type": "TEC164",
  "key": "jasmin green fresh",
  "limit": "20",
  "quantity": 100
}'