{
"deliveryId": "string",
"orderNo": "string",
"waybillId": "string"
}curl --location --request POST '/api/admin/store/order/video/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliveryId": "string",
"orderNo": "string",
"waybillId": "string"
}'{
"code": 0,
"data": true,
"message": "string"
}