curl --location 'https://api-expert.rakim.com.br/app/api/bank/withdraw' \
--header 'Authorization: Bearer <access_token>' \
--header 'Content-Type: application/json' \
--data '{
"amount":12.34,
"pixKey":"dc7a478j-196l-03fm-t6gh-4298er7845m2",
"transferIds":[277,278,279],
"webHookURL":"https://minhaURL.com.br/callback"
}'{
"message": "Seu saque esta em processamento, aguarde", "Status": "Pendente"
}