{
"server": {
"key": "string",
"value": "string"
}
}
curl --location --request POST 'https://example.com:30888/servers//del-extra-option' \
--header 'Content-Type: application/json' \
--data-raw '{
"server": {
"key": "string",
"value": "string"
}
}'
{}