Cannot commit a product submission
From the Document
https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/commit-a-product-submission
I'm trying to Commit a product submission by
https://manage.devcenter.microsoft.com/v2.0/my/hardware/products/{productID}/submissions/{submissionID}/commit
it returns a null response,status code = 202,I think it works.
But when I'm trying to get the status of the submission
https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/get-a-submission
It returns
and the web page shows
How can I commit a submission Successfully?
By the way,
From the document Step 7:
https://learn.microsoft.com/en-us/windows-hardware/drivers/dashboard/manage-product-submissions
To confirm the submission status, review the commitStatus value in the response body. This value should change from CommitReceived to CommitComplete if the request succeeds or to CommitFailed if there are errors in the request. If there are errors, the error field contains further details about the error.
There is no error field in the response