Authorization: Bearer ********************curl --location '/api/chat/suggested_questions?conversation_id=undefined&message_id=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": [
{
"id": "string",
"content": "string"
}
]
}