{
"year": 0
}
curl --location --request POST '/api/report/getOpenDate' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0
}'
{
"code": "string",
"message": "string",
"data": {
"year": 0,
"quarterAllows": [
true
]
}
}