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;' \
--header 'Authorization: Bearer <token>'{
"status": true,
"error_code": null,
"data": null,
"message": "Powering off instance."
}