Authorization: Bearer ********************
{
"projectSectionId": "string",
"logType": "1",
"logUserId": "string",
"startDate": "string",
"endDate": "string"
}
curl --location --request POST '/api/services/app/behaviorManage/logs/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectSectionId": "string",
"logType": "1",
"logUserId": "string",
"startDate": "string",
"endDate": "string"
}'
{
"fileName": "string",
"fileType": "string",
"fileToken": "string"
}