curl --location --request GET 'https://api.laf.run/v1/accounts'
{
"error": "string",
"data": {
"_id": "string",
"balance": 0,
"state": "Active",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
}