{
"ids": [
0
],
"userId": "string",
"status": 0
}
curl --location --request POST '/v1/push/updateStatus' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"userId": "string",
"status": 0
}'
{
"code": 0,
"success": true,
"message": "string",
"data": true,
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}