{
"infoCategory":4
}
curl --location --request POST '/api/v3/push-field-mapping/get' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"infoCategory":4
}'
{
"code": 0,
"message": "string",
"data": [
{
"infoCategory": 0,
"fieldMappings": [
{
"fieldId": 0,
"alias": "string",
"desc": "string"
}
]
}
]
}