{
"customerlead_id": 0,
"designation": "",
"searchkey": "",
"searchtype": "",
"fromdate": "",
"todate": "",
"total_count": 0,
"limit": 0,
"offset": 0,
"current_user_id": 0,
"list_customerlead_activity": [],
"list_otherusers": []
}curl --location --request POST '/vds_app/customer_lead_followup/get_customerlead_activity' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerlead_id": 0,
"designation": "",
"searchkey": "",
"searchtype": "",
"fromdate": "",
"todate": "",
"total_count": 0,
"limit": 0,
"offset": 0,
"current_user_id": 0,
"list_customerlead_activity": [],
"list_otherusers": []
}'{}