curl --location 'http://localhost:8085/api/contacts/upload' \
--header 'Content-Type: application/json' \
--data '{
"current_phone": "string",
"operate": 0,
"phones": [
"string"
]
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
}
},
"message": "string"
}