{ "vms_id": 1 }
curl --location --request POST 'https://localhost/api/vms/delete' \ --header 'x-api-key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "vms_id": 1 }'
{}