Retrieve an account
GET /v1/accounts/:account_id
Example:
GET /v1/accounts/1234asdf1234asdf1234asdf HTTP/1.1Host: api.celula.inAuthorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQResponse:
{ "data": { "type": "accounts", "id": "1234asdf1234asdf1234asdf", "attributes": {}, "relationships": {} }}