Authorization: Bearer ********************{
"ids": [
0
]
}curl --location --request POST '/receipt/deleteByIds' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
]
}'{
"code": 0,
"exception": "string",
"extra": {},
"httpStatus": 0,
"message": "string",
"path": "string",
"result": true,
"success": true,
"timestamp": "2019-08-24T14:15:22.123Z"
}