curl --request POST \
--url https://api.artisn.desarrollo-redbrand.com/api/admin/product-fiscal-categories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"productId": "<string>",
"productName": "<string>",
"ncm": "<string>",
"externalProductId": "<string>"
}
'