curl --location --request POST '/v1/Wallet/CreateWalletForBusinessAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_number": "94581868244",
"name": "test",
"currency_code": "TRY",
"use_fast_iban": false,
"tenant_id": 5,
"group_code": ""
}'
{
"status": 0,
"code": "100",
"message": null,
"payload": "5169484561"
}