curl -L \
--request PUT \
--url '/api/v4.0/conf/{config}/planets/{entry_id}' \
--header 'Content-Type: application/json' \
--data '{
"ichallenge": {
"attrs": {},
"lang": {},
"palette": [
"text"
],
"position": {}
},
"name": "text",
"trusted_nets": [
{
"address": "text",
"comment": "text"
}
]
}'