curl --location --request GET 'http://dev-cn.your-api-server.com/api/v1/get-leads?chatbotId=%5BYour%20Chatbot%20ID%5D&startDate=2023-01-01&endDate=2023-12-12&page=1&size=10' \
--header 'Authorization: Bearer <Your-Secret-Key>'
{
"data": [
{
"id": 0,
"created_at": "string",
"chatbot_owner_user_id": "string",
"chatbot_id": "string",
"phone": "string",
"email": "string",
"name": "string"
}
]
}