curl --location --request GET 'https://demo.myshopify.com//admin/api//policies.json'
{
"policies": [
{
"body": "You have 30 days to get a refund",
"created_at": "2023-01-03T12:39:49-05:00",
"updated_at": "2023-01-03T12:39:49-05:00",
"handle": "refund-policy",
"title": "Refund policy",
"url": "https://jsmith.myshopify.com/548380009/policies/878590288"
}
]
}