{ "query": { "autoRedemptionStatus": "On", "subClientId": 60000001 } }
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/user-account/set-auto-redemption' \ --header 'Content-Type: application/json' \ --data-raw '{ "query": { "autoRedemptionStatus": "On", "subClientId": 60000001 } }'
{ "header": { "success": true } }