Authorization: Bearer ********************
curl --location -g --request POST '/api/v1/vmware/vpc/{{vpc_id}}/compute/instance//reboot' \
--header 'Accept: application/json, text/plain, */*' \
--header 'OrgId: 73a8c45d-5b52-4fa2-b626-38313e8d50a1'
{
"status": true,
"error_code": null,
"data": null,
"message": "Power off successfully."
}