Create Withdrawal Requestpost https://dev-api.prestmit.io/partners/v1/wallet/fiat/create-withdrawalCreate a new withdrawal request for the user.Body ParamsbankAccountIdintegerId of the bank account to withdraw toamountintegerAmount to withdraw. Minimum of 1000 Nairacurrent_passwordstring(DEPRECATED) Account password. Kindly transition to the new 'currentAccountPIN' field as soon as possible.currentAccountPINinteger(NEW) Current user account PIN. This would be used in the absence of the 'current_password' and is going to be the only way to authorise a new withdrawal request in the future.2fa_codeintegerWithdrawal 2FA code. Provide 6 zeroes i.e. 000000 if the user does not have withdrawal two factor turned on.walletstringOne of 'NAIRA', 'CEDIS'. Use the 'Fiat Currency Wallets' endpoint for full list.uniqueIdentifierstringOptional unique identifier for linking this withdrawal record to your system. This could be tied to an internal reference or user identifier.HeadersAcceptstringResponses 200OK 400Bad Request 422Unprocessable EntityUpdated 2 months ago