curl --request PUT \
--url https://api.sakari.io/v1/accounts/{accountId}/autotopup \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"amount": 123,
"below": 123,
"lastTopup": "2023-11-07T05:31:56Z"
}
}curl --request PUT \
--url https://api.sakari.io/v1/accounts/{accountId}/autotopup \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"amount": 123,
"below": 123,
"lastTopup": "2023-11-07T05:31:56Z"
}
}