创建订单返回异常,前两天还可以正常提交

在你们ti接口文档页面提交订单返回异常,前两天还可以正查提交,现在返回异常!

提交参数如下:

curl -X 'POST' \
  'transact-pre.ti.com/.../orders' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer EJC3R4tSqFMTNBOD1DrVd94vPQRm' \
  -H 'Content-Type: application/json' \
  -d '{
  "order": {
    "customerPurchaseOrderNumber": "wD8s9lpcw",
    "shipToAccountNumber": "184377",
    "lineItems": [
      {
        "customerLineItemNumber": "31",
        "tiPartNumber": "SN74LS00N",
        "customerAnticipatedUnitPrice": 0.682,
        "quoteNumber": "12345678",
        "customerCurrencyCode": "USD",
        "schedules": [
          {
            "requestedQuantity": 3000,
            "requestedDeliveryDate": "2025-05-01"
          }
        ]
      }
    ]
  }
}'

返回参数如下:

{ "orders": [ { "messages": [ { "code": "TI-API-40002", "type": "ERROR", "message": "Invalid JSON input.Invalid JSON input. Correct the JSON input and retry or contact TI API Support (https://api-portal.ti.com/support) for assistance." }, { "code": "TI-SOC-50000", "type": "ERROR", "message": "System error occurred. Execution ID: execution-be33d4f7-aee5-405d-b938-802ef3134e4b-2023.08.27 . Contact TI API Support (https://api-portal.ti.com/support) with the execution ID." } ], "orderDate": "2023-08-28 01:28:48", "customerPurchaseOrderNumber": "wD8s9lpcw", "orderStatus": "REJECT" } ] }

烦请帮看看是什么原因