curl --request GET \
--url https://api.example.com/chatbot/{courseId}/dataset/count \
--header 'x-access'\''courser-auth-token: <x-access'\''courser-auth-token>'{
"count": 123
}Get the total number of conversations logged for a course.
curl --request GET \
--url https://api.example.com/chatbot/{courseId}/dataset/count \
--header 'x-access'\''courser-auth-token: <x-access'\''courser-auth-token>'{
"count": 123
}curl --request GET \
--url http://localhost:8000/chatbot/64f1a2b3c4d5e6f7a8b9c0d1/dataset/count \
--header "x-access'courser-auth-token: <your_jwt_token>"
{
"count": 142
}