curl --request POST \
--url http://api.superwize.ai/api/chat/generateSuggestions \
--header 'Content-Type: application/json' \
--data '{}'[
"What are today's top headlines in Pakistan?",
"Show me the latest PSL match updates"
]Returns suggestion prompts shown in the chat home UI.
curl --request POST \
--url http://api.superwize.ai/api/chat/generateSuggestions \
--header 'Content-Type: application/json' \
--data '{}'[
"What are today's top headlines in Pakistan?",
"Show me the latest PSL match updates"
]The body is of type object.
Suggestions returned.