This endpoint retrieves the details of delivered parcels in the logistics system.
No request body is required for this endpoint.
open_api - The base URL for the API.The response for this request follows the JSON schema below:
{
"type": "object",
"properties": {
"status": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "array"
}
}
}