curl --request POST \
--url https://api4.kinbox.com.br/v1/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"price": 123,
"customFields": {},
"description": "<string>",
"externalId": "<string>"
}
'