patch https://api.piriod.com/products//
Retrieves a Product object.
Responses
Retrieves a Product object.
xxxxxxxxxx
curl --request PATCH \
--url https://api.piriod.com/products/id/ \
--header 'Authorization: Token YOUR_USER_API_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-simple-workspace: YOUR_ORGANIZATION_ID'