{
"total_count": 0,
"limit": 0,
"offset": 0,
"current_user_id": 1,
"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": 0,
"offset": 0,
"current_user_id": 1,
"list_branch_activity": [],
"list_otherusers": []
}'
{}