{
"executeId": "string",
"year": 0,
"quarter": 0
}
curl --location --request POST '/api/report/create' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"executeId": "string",
"year": 0,
"quarter": 0
}'
{
"code": "string",
"message": "string",
"data": {
"reportId": "string"
}
}