// 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"
}