I have managed to authenticate an API and am getting JSON data however due to the fact that it has a header, magicparse puts all the data onto one long row.
Is there a way to skip the overarching title below of "data": because the first column I want is Volume
{"data":[{"volume":12298875,"volume_compliant":12062210,"volume_not_aligned":236665,"volume_not_passed":78825,"compliance":{"spf":{"compliant":11281998,"not_aligned":374885,"failed":641992},"dkim":{"compliant":12055102,"not_aligned":0,"failed":243773}},"domain":"news.rs-online.com","firstdate":"2018-12-12 13:03:06","lastdate":"2019-09-12 12:38:10","created_at":"2018-12-12 13:03:06","updated_at":"2019-09-12 12:38:10","nr_sub_domains":1,"main_domain_has_volume":1,"policy":{"p":"none","pct":"100","inherited":false},"issues":[]},{"volume":3509812,"volume_compliant":3487590,"volume_not_aligned":22222,"volume_not_passed":
thanks