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