Read an account by ID
Read details of a specific account identified by its unique ID.
        GET
    /accounts/{id}
  
  curl \
 --request GET 'https://rest.api.24sevenoffice.com/v1/accounts/{id}' \
 --header "Authorization: string"
        Response examples (200)
  
  # Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
{
  "id": 1000001,
  "number": 1900,
  "name": "Cash, NOK"
}