Authorization: Bearer ********************curl --location --request GET 'https://demo.modaltrans.com/api/v1/ncts_declarations/0000019/messages' \
--header 'Authorization: Bearer <token>'{
"transaction_id": 0,
"reference": "string",
"doc_type": "string",
"doc_date": "2019-08-24",
"transit_date": "2019-08-24",
"status": "string",
"lrn": "string",
"mrn": "string",
"manifesto_price": 0,
"manifesto_curr": "string",
"guarantee_price": 0,
"guarantee_diff": 0,
"guarantee_curr": "string",
"seal_no": "string",
"lrn_date": "2019-08-24T14:15:22.123Z",
"mrn_date": "2019-08-24T14:15:22.123Z",
"manifesto_closed_date": "2019-08-24T14:15:22.123Z",
"vahicle_arrived_date": "2019-08-24T14:15:22.123Z",
"custom_staff_name": "string",
"custom_line": "string",
"messages": [
{
"message_id": 0,
"created_at": "string",
"message_content": "string"
}
]
}