Authorization: Bearer ********************
curl --location --request GET 'https://api.edara.io/v/accounts/FindByCustomerExternalId/'
{
"status_code": 0,
"error_message": "string",
"result": [
{
"account_id": 0,
"account_code": "string",
"description": "string",
"classification_code": "string",
"account_type": "string",
"accept_cost_center": true
}
],
"total_count": 0
}