{
"success": true,
"code": 1,
"message": "text",
"responses": {
"pickup": {
"type": "text",
"value": "text",
"contact": {
"name": "text",
"mobile": "text",
"email": "text"
},
"country_code": "text",
"lat": 1,
"lng": 1,
"location": "text"
},
"dropoff": {
"type": "text",
"value": "text",
"contact": {
"name": "text",
"mobile": "text",
"email": "text"
},
"country_code": "text",
"lat": 1,
"lng": 1,
"location": "text"
},
"items": [
{
"itemName": "text",
"itemQuantity": 1,
"itemCost": 1,
"description": "text",
"itemWeight": 1,
"is_fragile": true,
"dimensions": {
"x": 1,
"y": 1,
"z": 1
}
}
],
"instructions": "text",
"reference": "text",
"status": "PENDING",
"delivery_code": "text",
"secret_code": "text",
"end_time": 1,
"full_price": {
"discount": 1,
"value": 1,
"currency_code": "text",
"currency_symbol": "text",
"currency_name": "text"
},
"time_completed": 1
}
}