curl --location --request POST 'https://api.flireo.nl/v1/instant-agents/generate-faqs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"website_url": "http://example.com",
"additional_context": "string"
}'{
"success": true,
"faqs": [
{
"question": "string",
"answer": "string"
}
],
"count": 0
}