Instead of returning the number of proofs and average fee per proof in the last 24 hours, the following json format should be returned: ```json { [ {"id": "<merkle_root>", "number_of_proofs": "<n_proofs>", "timestamp": "<response_timestamp>"}, ] } ```