Authorization: ********************[
{
"id": 31,
"dns1": "114.114.114.114"
},
{
"id": 408,
"dns1": "114.114.114.114"
}
]curl --location --request PUT '/updateIp' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 31,
"dns1": "114.114.114.114"
},
{
"id": 408,
"dns1": "114.114.114.114"
}
]'{}