{
"type": 0,
"isIdentity": 0,
"isEnquiry": 0,
"smsNote": 0,
"tips": "string"
}
curl --location --request POST '/adminapi/setting/config/saveAuth' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"isIdentity": 0,
"isEnquiry": 0,
"smsNote": 0,
"tips": "string"
}'