How to grep account statement data

GET https://api.company-information.service.gov.uk/company/{company_number}/filing-history/{transaction_id}

i am submitting the request with transaction id.

curl -X GET -u 6b9afe75-3240-47be-9607-d104091a3e7a: "https://api.company-information.service.gov.uk/company/FC025768/filing-history/MTMwOTcwNTE0YWRpcXprY3g

did not get account data. recieved this response.

{“date”:“2005-02-14”,“description_values”:{“description”:“Initial branch registration”},“description”:“legacy”,“category”:“incorporation”,“type”:“BR1”,“pages”:23,“paper_filed”:true,“links”:{“self”:"/company/FC025768/filing-history/MTMwOTcwNTE0YWRpcXprY3g",“document_metadata”:“https://frontend-doc-api.company-information.service.gov.uk/document/SdRvJtIuVt5TTCSSloTdg703vqB-yVbqfBJvptyV1EE"},“transaction_id”:"MTMwOTcwNTE0YWRpcXprY3g”}%

how can i get balance sheet and other account data. can anyone help here.