curl --request POST \
--url http://127.0.0.1:9550/v2/last_notifications \
--header 'Content-Type: application/json' \
--data '{
"count": 1,
"timestamp": "<string>"
}'
"<any>"
curl --request POST \
--url http://127.0.0.1:9550/v2/last_notifications \
--header 'Content-Type: application/json' \
--data '{
"count": 1,
"timestamp": "<string>"
}'
"<any>"
Successfully retrieved last notifications
The response is of type any
.
Was this page helpful?