curl --request POST \
--url https://api.cleartalk.ai/chatbot/create-chat \
--header 'Content-Type: application/json' \
--data '
{
"pathwayID": "pathway-123",
"chatbotID": 1,
"request_data": {
"user_name": "John Doe",
"account_id": "12345"
}
}
'{
"pathwayID": "pathway-123",
"chatbotID": 1,
"request_data": {
"user_name": "John Doe",
"account_id": "12345"
}
}curl --request POST \
--url https://api.cleartalk.ai/chatbot/create-chat \
--header 'Content-Type: application/json' \
--data '
{
"pathwayID": "pathway-123",
"chatbotID": 1,
"request_data": {
"user_name": "John Doe",
"account_id": "12345"
}
}
'{
"pathwayID": "pathway-123",
"chatbotID": 1,
"request_data": {
"user_name": "John Doe",
"account_id": "12345"
}
}Chat created successfully