This endpoint allows you to retrieve the transit parcels for logistics.
Method: GET
URL: {{open_api}}/parcel/logistics/transit-parcel
{
"type": "object",
"properties": {
"status": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "array"
}
}
}