Authorization: Bearer ********************{
"userId": 0,
"account": "string",
"serverId": 1,
"month": 0,
"fileUrl": "string"
}curl --location --request POST '/iapi/v1/pro/account/crm/report/monthly/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userId": 0,
"account": "string",
"serverId": 1,
"month": 0,
"fileUrl": "string"
}'