{
"total_count": 0,
"limit": 100,
"branchid": 0,
"designation": "TECHSUPPORT",
"eventtype": "",
"offset": 0,
"searchkey": "",
"searchtype": "",
"fromdate": "",
"todate": "",
"current_user_id": 0,
"list_event_type": [],
"list_branch_activity": [],
"list_otherusers": []
}
curl --location --request POST '/vds_app/branch_activity/get_branch_activity' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"total_count": 0,
"limit": 100,
"branchid": 0,
"designation": "TECHSUPPORT",
"eventtype": "",
"offset": 0,
"searchkey": "",
"searchtype": "",
"fromdate": "",
"todate": "",
"current_user_id": 0,
"list_event_type": [],
"list_branch_activity": [],
"list_otherusers": []
}'
{}