We're getting error 410 when using the following submission request:
--header 'Content-Type: application/json' \
--header 'Accept: application/vnd.qpp.cms.gov.v1+json' \
--header 'Authorization: Bearer {token}' \
--data-raw '{payload}'
The exact error is:
{
"error": {
"code": 410,
"message": "The reporting window is closed"
}
}
However the reporting window is already available. Please advise what is wrong?