{
"fields": [
"1001",
"1002",
"1003"
]
}curl --location --request POST '/api/v3/deleted/appFields' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
"1001",
"1002",
"1003"
]
}'{
"code": 0,
"message": "success"
}