// Sample Request Information
Url: https://sandbox.sendstack.africa/api/v1/deliveries/yourDeliveryId/reschedule
NB: Replace yourDeliveryId with an actual delivery Id
Method: POST
Headers:
- app_id: "your app_id"
- app_secret: "your app_secret"
// Sample Request body{"pickupDate":"2024-09-22"}
// Sample Response Body - 200 OK{"status":true,"message":"Rescheduled delivery","data": {"pickup": {"address":"42230 Gene Unions","pickupName":"Theodore Dietrich IV","pickupNumber":"8032368985","pickupDate":"2024-03-22T00:00:00.000Z","locationCode":"01","country":"NG","lat":6.602928,"long":3.345006,"lga":"Location 1","state":"Lagos",//..truncated for brevity } }