put https://manage.alchemy.com/api/gas-manager/policy//status
Modifies the status of a policy to either "active" or "inactive".
Request Body:
{
"status": "active" | "inactive"
}
Response:
{
"data": {
"policy": {policy_obj}
},
"error": error | undefined
}