so here is the url for curl -> curl 'https://api.xyz.com/v2.1/messages?limit=2&start_date=2021-01-01&end_date=2021-12-12' -u user:pass
When I run this i get some results in the content option. any suggestions on how to display those datas through an array in html page?(php code)