curl --request POST \
--url https://messenger-public-api.cogfy.com/sources/{sourceId}/questions \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"questions": [
{
"question": "<string>",
"answer": "<string>"
}
]
}'