Authorization: Bearer ********************curl --location --request GET 'https://api.upbooks.io/api/v1/activity-log/all?searchText&fromDate&toDate&lastN&eventCategory' \
--header 'pageNo;' \
--header 'pageSize;' \
--header 'sortBy;' \
--header 'sortOrder;' \
--header 'Authorization: Bearer <token>'{
"data": [
null
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}