curl --location --request POST '/orders//deliver' \
--header 'Content-Type: application/json' \
--data-raw '{
"complete_delivery": true,
"pdf_paths": [
"http://example.com"
],
"parcels": [
{
"tracking_id": "string",
"tracking_url": "string"
}
]
}'
{}