curl --request POST \
--url https://api.closebot.com/smart-faq \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"sourceId": "<string>",
"question": "<string>",
"answer": "<string>"
}
'curl --request POST \
--url https://api.closebot.com/smart-faq \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"sourceId": "<string>",
"question": "<string>",
"answer": "<string>"
}
'