{
"account_type": "",
"account_name": 0,
"bank_name": 50,
"account_no": 1
}
curl --location --request POST '/adminapi/merchant/account/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_type": "",
"account_name": 0,
"bank_name": 50,
"account_no": 1
}'
null