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