This endpoint makes an HTTP GET request to retrieve the processing status of parcels in the logistics system.
This request does not require a request body.
status (boolean): Indicates the success or failure of the request.
message (string): Provides any additional information or error messages.
data (array): Contains the processing status of the parcels.
{
"status": true,
"message": "",
"data": []
}