Hi All,
We are using some reports as GET API request, we are getting extra [] body how do we get rid of this ??
For Example :
Suppose this is curl req for a report :
curl --request GET -u"abcjs_dksfjklsjf:wyetwtytretweynbnzcvbn" -H "X-MYDBR-AUTH: 1" "https://a2.m-insure.in/mydbr/report.php?r=95&u1=2025-07-13&m=11&h=34733874hjgjfeytrefbsdfhsjgjhfs&export=json"
And reposne is below :
[[],[["2025-07-13","CALL",null,"1234565","MR. ABCD EFG"]]]
I want to get rid of highlighted portion.
Please help us out .
Thanks,
Partha