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