curl --request GET \
--url http://localhost:2468/v1/desktop/clipboard{
"selection": "<string>",
"text": "<string>"
}Returns the current text content of the X11 clipboard.
curl --request GET \
--url http://localhost:2468/v1/desktop/clipboard{
"selection": "<string>",
"text": "<string>"
}