curl --request POST \
--url http://api.superwize.ai/api/chat/shareConversation \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789"
}
'{
"success": true
}Grants global reader access to a conversation using upstream permission controls.
curl --request POST \
--url http://api.superwize.ai/api/chat/shareConversation \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789"
}
'{
"success": true
}