Request Headers:
Content Type: application/json
Ocp-Apim-Subscription-Key: ********************
Authorization: Bearer *********************
Request Body
{
  "mT_Pricing_S_Req": {
    "pricing": {
      "partnerKey": "[PARTNERKEY]",
      "countryCode": "NL",
      "customerPrice": "Y",
      "currency": "USD",
      "products": [
        {
          "productNumber": "8201-SYS",
          "longProductNumber": ""
        }
      ]
    }
  }
}