Authorization: ********************curl --location '/api/v1/external_accounts?q=undefined&page=undefined&per_page=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "John Doe",
"account_number": "1234567890",
"bank_name": "Bank Central Asia",
"notes": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"page": 0,
"per_page": 0,
"total_count": 0,
"total_pages": 0
}
}