Powershell equivalent of curl to fetch monitor current status

Powershell equivalent of curl to fetch monitor current status

Hi,

 

I am fetching the json response via 

curl www.site24x7.com/api/current_status/<<monitor_id>> -X GET -H "Accept: application/json; version=2.0" -H "Authorization: Zoho-oauthtoken <<access_token>>"

 

I am not able to make the poweshell equivalent of that.. i

Can someone help ?