Authorization: Bearer ********************
curl --location -g --request POST '/api/v1/vmware/vpc/{{vpc_id}}/compute/instance//powered-off' \
--header 'Accept: application/json, text/plain, */*' \
--header 'OrgId;'
{
"status": true,
"error_code": null,
"data": null,
"message": "Power off successfully."
}