x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/organisation/taxes/by-id//accounts' \
--header 'x-api-key: <api-key>'{
"purchase": [
{
"account_id": 120,
"enabled": true
},
{
"account_id": 121,
"enabled": false
}
],
"sales": [
{
"account_id": 220,
"enabled": true
}
],
"credit": []
}