curl --location --request POST 'https://sit.cheertoys.cn/api/address_detail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'{
"status": 1,
"msg": "请求成功",
"data": {
"property1": "string",
"property2": "string"
}
}