{
"account": "string",
"monthBegin": 0,
"monthEnd": 0
}curl --location --request POST '/api/v1/pro/report/monthly' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"account": "string",
"monthBegin": 0,
"monthEnd": 0
}'[
{
"month": 0,
"reportTime": "2019-08-24T14:15:22.123Z",
"fileUrl": "string"
}
]