Authorization: Bearer ********************curl --location --request GET 'https://open-agent-branch.benlai.com/api/v2/aftersale/available?do_id=D661027264519' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"product_list": [
{
"product_id": "P0000061617",
"quantity": 1
}
]
}
}