curl --request POST \
--url http://localhost:8080/remnawave/nodes/{node_uuid}/actions \
--header 'Content-Type: application/json' \
--data '
{
"action": "enable"
}
'{
"success": true,
"detail": "<string>"
}curl --request POST \
--url http://localhost:8080/remnawave/nodes/{node_uuid}/actions \
--header 'Content-Type: application/json' \
--data '
{
"action": "enable"
}
'{
"success": true,
"detail": "<string>"
}