curl --request PATCH \
--url https://garu.com.br/api/products/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"value": 123,
"pix": true,
"creditCard": true,
"boleto": true,
"installments": 123,
"image": "<string>",
"returnUrl": "<string>",
"returnUrlButtonText": "<string>"
}
'