curl --request PUT \
--url https://api.closebot.com/bot-live-demo/live/{key}/session/{sessionLeadId} \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"fields": [
{
"field": "<string>",
"value": "<string>"
}
]
}
'curl --request PUT \
--url https://api.closebot.com/bot-live-demo/live/{key}/session/{sessionLeadId} \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"fields": [
{
"field": "<string>",
"value": "<string>"
}
]
}
'