threshold
plan_quantity
card_id
alert_enabled
alert_threshold
Authorization: Bearer ********************
{ "enabled": true, "threshold": 0, "plan_quantity": 0, "card_id": "66f6e46c-f6a1-4af8-a1bd-49666bc01304", "alert_enabled": true, "alert_threshold": 0 }
curl --location --request PUT '/v1/account/auto-recharge' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "enabled": true, "threshold": 0, "plan_quantity": 0, "card_id": "66f6e46c-f6a1-4af8-a1bd-49666bc01304", "alert_enabled": true, "alert_threshold": 0 }'
{ "enabled": true, "threshold": 0, "planQuantity": 0, "cardId": "f16ba382-eb42-481a-b08f-c57bdc9aae24", "alertEnabled": true, "alertThreshold": 0 }