{
"userName": "string",
"confirmPassword": "string",
"withdrawalPassword": "string",
"withdrawalId": "string"
}
curl --location --request POST '127.0.0.1:8089/Withdrawal/confirmBalance' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJvcGVuSWQiOiJvWVNpVDY1bl9KdTRIa05wWk5MVEp2MTRpdm5NIiwicmVkaXNUb2tlbiI6ImJlMTgzNjA1N2Y0NDQ2NmMiLCJleHAiOjE3MTI2OTY4MzR9.W_uxFXsSU-FuJlpKno2pAoILF2jiF_KN9svO311i2nI' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "string",
"confirmPassword": "string",
"withdrawalPassword": "string",
"withdrawalId": "string"
}'
false