curl --request PUT \
--url https://api.closebot.com/bot/{botId}/testSession/{leadId} \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"mimicSourceId": "<string>"
}
'{
"sessionId": "<string>"
}curl --request PUT \
--url https://api.closebot.com/bot/{botId}/testSession/{leadId} \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"mimicSourceId": "<string>"
}
'{
"sessionId": "<string>"
}