Authorization: Bearer ********************curl --location --request GET 'https://demo.modaltrans.com/api/v1/customs_declarations//mrn_status' \
--header 'Authorization: Bearer <token>'{
"transaction_id": 0,
"reference": "string",
"status": "string",
"mrn": "string",
"mrn_date": "2019-08-24T14:15:22.123Z",
"roe_code": "string",
"soe_code": "string",
"ics_code": "string",
"sum_of_revenue": 0,
"deferred_revenue": 0,
"immediate_revenue": 0,
"tax_infos_attributes": [
"string"
]
}