curl --location 'https://demo-api.payswix.com/agents/v1/accounts//' \
--header 'X-API-KEY: <api-key>'{
"is_success": true,
"data": {
"account": {
"account": "59208239802",
"primary": true,
"name": "Primary account",
"status": 1,
"iban": "LT743880009208239802",
"clientName": "UAB Baltic Trading",
"clientType": 1,
"balances": [
{
"currency": "EUR",
"current": "75.00",
"reserved": "0.00",
"available": "75.00"
}
],
"providerName": "litas_sepa"
}
},
"message": null
}