curl --request POST \
--url http://127.0.0.1:9550/v2/notifications_before_timestamp \
--header 'Content-Type: application/json' \
--data '
{
"count": 1,
"timestamp": "<string>"
}
'{
"code": 1,
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url http://127.0.0.1:9550/v2/notifications_before_timestamp \
--header 'Content-Type: application/json' \
--data '
{
"count": 1,
"timestamp": "<string>"
}
'{
"code": 1,
"error": "<string>",
"message": "<string>"
}Was this page helpful?