Authorization: oauth ********************
{
"notify_history_ids": [
"string"
]
}
curl --location --request PUT 'https://api-v2.streamvi.io/method/notify_history/read?v&language' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notify_history_ids": [
"string"
]
}'
{
"count": 0
}