{
"mappings": [
{
"id": 4010,
"outerField": "remaining_asset_beauty"
}
]
}
curl --location --request POST '/api/v2/customer/field-mapping' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mappings": [
{
"id": 4010,
"outerField": "remaining_asset_beauty"
}
]
}'
{
"code": 0,
"message": "已更新映射"
}