post http://ms-master-dev.herokuapp.com/api/app/autoWithdraw/editAutoWithdraw
Edit If is Automatic Withdraw
Log in to see full request history
Responses
Edit If is Automatic Withdraw
xxxxxxxxxx
13curl --request POST \
--url http://ms-master-dev.herokuapp.com/api/app/autoWithdraw/editAutoWithdraw \
--header 'Authorization: Bearer {token}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"autoWithdrawParams": {
"isAutoWithdraw": true,
"verifiedKYC": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: