Authorization: Bearer ********************curl --location --request DELETE 'https://v1.dev.bukalombok.com/v1/withdraw/settings/bank/me/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"meta": {
"success": true,
"status": 200,
"message": "Bank account berhasil dihapus"
},
"data": {
"deletedId": "8ed97573-6f6b-48b0-9ae3-c61eee5c6094"
}
}