cURL
curl --request GET \ --url https://api.example.com/products
{ "products": [ { "id": "<string>" } ] }
Show child attributes
Was this page helpful?