curl --location --request POST '/widgets/messages/markAs' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"messageId": "string",
"ssi": "string",
"mark": {
"seen": true,
"read": true
},
"button_clicked": true,
"button_url": "string"
}'