'cURL to PoSH Conversion Assistsance

I'm trying to convert a cURL command into PoSH so I can then use it in an automation effort. I'm struggling to figure out how to handle the -d. I've used PostMan to try and figure out which kind of body type lines up with -d but none of them really line up. I know this is stupid simple but I just can't figure it out. Any assistance would be appreciated.

curl -X POST "https://name.compname.com/page" -H  "accept: */*" -H  "Content-Type: application/json-patch+json" -d "{\"dateFrom\":\"2022-03-18T00:00:00.485Z\",\"dateTo\":\"2022-03-18T23:59:59.486Z\"}"


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source