Authorization: Bearer ********************{
"remarks": "remarks niii from inventory",
"approval": "first-approval",
"date_acct": null
}curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/main/miscellaneous-receipts/reject/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"remarks": "remarks niii from inventory",
"approval": "first-approval",
"date_acct": null
}'{}