curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}Retrieves account details by account ID.
curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}