Get the system prompt for a thread (dev-only)
curl --request GET \
--url https://api.kazzle.app/api/chat/system-prompt/{threadId} \
--header 'Authorization: Bearer <token>'{
"systemPrompt": "<string>"
}curl --request GET \
--url https://api.kazzle.app/api/chat/system-prompt/{threadId} \
--header 'Authorization: Bearer <token>'{
"systemPrompt": "<string>"
}