{
"channelId": "12306",
"fieldId": 1191,
"alias": "testname"
}
curl --location --request POST '/order/profile-fields/map' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelId": "12306",
"fieldId": 1191,
"alias": "testname"
}'
{
"code": 0,
"message": "success"
}