Authorization: ********************curl --location --request GET '/sessions//share_url' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"watch_url": "https://viewer.example.com/sessions/uuid/watch",
"embed_url": "https://viewer.example.com/embed/sessions/uuid",
"embed_html": "<iframe src=\"https://viewer.example.com/embed/sessions/uuid\" style=\"width:100%;aspect-ratio:16/9;border:none;\" allow=\"autoplay; encrypted-media; fullscreen\" allowfullscreen></iframe>"
},
"timestamp": 0
}