curl --location -g --request POST 'https://open.yibaitao.cn/api/refund/deliver?access_token={{token}}' \
--header 'version: v1' \
--header 'Content-Type: application/json' \
--data-raw '{
"refund_sn": "string",
"refund_product_id": "string",
"delivery_type": "string",
"delivery_id": "string",
"delivery_phone": "string"
}'