Authorization: Bearer ********************curl --location --request GET 'https://demo.modaltrans.com/api/v1/manifesto_orders/' \
--header 'Authorization: Bearer <token>'{
"order_id": "string",
"reference": "string",
"assignee_email": "string",
"operator_email": "string",
"position_id": 0,
"notes": "string",
"ncts_declarations": [
{
"transaction_id": 0,
"reference": "string",
"trailer_code": "string",
"vehicle_code": "string",
"container": "string",
"lrn": "string",
"mrn": "string",
"status": "string",
"carrier_name": "string",
"guarantee_price": 0,
"guarantee_curr": "string",
"manifesto_price": 0,
"currency": "string",
"holder_name": "string"
}
]
}