curl --location --request GET '/api/v1/subaccounts/' \
--header 'Authorization: <api-key>'{
"status": true,
"message": "string",
"data": {
"id": "string",
"subaccount_code": "string",
"business_name": "string",
"settlement_type": "string",
"account_number": "string",
"bank_code": "string",
"bank_name": "string",
"phone_number": "string",
"mobile_network_code": "string",
"percentage_charge": 0,
"currency": "string",
"country": "string",
"settlement_account_id": "string",
"created_at": "string"
}
}