{
"customerId": 0,
"mobiles": [
"string"
],
"clean": true
}curl --location --request POST '/api/v3/setMobileByCustomerId' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0,
"mobiles": [
"string"
],
"clean": true
}'{
"code": 0,
"message": "ok"
}