GET
    /prices/{priceId}
  
  curl \
 --request GET 'https://stg.getfoundation.com/api/external/v1/prices/{priceId}' \
 --header "X-API-Key: $API_KEY"
    
        Response examples (200)
  
  {
  "id": "9aa62446-c3b0-42f5-8027-3648daed9d73",
  "price_list_id": "string",
  "item_id": "string",
  "scheme": {
    "1": 99.99,
    "10": 89.99
  },
  "msrp": 99.99,
  "map": 99.99,
  "moq": 10,
  "quantity_multiplier": 1,
  "cost_price": 49.99,
  "created_at": "2025-05-04T09:42:00Z",
  "updated_at": "2025-05-04T09:42:00Z"
}