curl --location --request PATCH '/productcategories/191' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"id": 191,
"icon": null,
"name": "Produtos A Filho",
"description": "",
"friendlyUrl": "",
"head1": "",
"head2": "",
"title": "",
"tags": "",
"bannerLink": "",
"htmlContent": "",
"order": 0,
"googleCode": null,
"sorting": 0,
"integrationType": null,
"hidden": false,
"active": false
}
}'{
"data": {
"id": 198,
"parent": null,
"featuredImage": null,
"children": [],
"icon": null,
"name": "Sale",
"description": null,
"friendlyUrl": "sale-products",
"aliasPath": null,
"head1": null,
"head2": null,
"title": null,
"tags": null,
"bannerLink": null,
"htmlContent": null,
"order": 0,
"googleCode": null,
"sorting": 0,
"markupMarketplace": null,
"integrationType": null,
"hidden": false,
"active": false,
"onClickId": null,
"omieId": null,
"createdAt": null,
"updatedAt": null
}
}