Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/ItemConfiguracaoCustoExtras/AdicionarItensCustoExtra/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"custoExtraId": 0,
"formula": "string",
"lojasIds": [
0
],
"tiposTelhadosIds": [
0
]
}
]'"string"