x-api-key: ********************{
"enabled": true,
"threshold": 20,
"rechargeAmount": 50,
"paymentMethodId": "pm_12345"
}curl --location '/v1/wallet/auto-recharge' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"threshold": 20,
"rechargeAmount": 50,
"paymentMethodId": "pm_12345"
}'{
"status": 200,
"message": "Auto recharge enabled successfully",
"data": {
"enabled": true,
"threshold": 20,
"rechargeAmount": 50,
"paymentMethodId": "pm_12345",
"updatedAt": "2025-10-04T12:50:00Z"
}
}