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