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