curl --request POST \
--url https://api.closebot.com/smart-faq/answered-followup \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"faqId": "<string>",
"leadIds": [
"<string>"
]
}
'curl --request POST \
--url https://api.closebot.com/smart-faq/answered-followup \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"faqId": "<string>",
"leadIds": [
"<string>"
]
}
'