get https://api.piriod.com/products/
List Product objects.
Response
List Product objects.
xxxxxxxxxx
curl --request GET \
--url https://api.piriod.com/products/ \
--header 'Authorization: Token YOUR_USER_API_KEY' \
--header 'accept: application/json' \
--header 'x-simple-workspace: YOUR_ORGANIZATION_ID'