curl --location 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json' \
--data '{}'{
"platSupportCustoms": [
{
"customs_name": "重庆",
"customs_code": "CHONGQING"
}
],
"sellerSupportCustoms": [
{
"customs_name": "重庆",
"customs_code": "CHONGQING"
}
]
}