curl --location --request POST '/api/ItemConfiguracaoCustoExtras/AdicionarItensCustoExtra/' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"custoExtraId": 0,
"formula": "string",
"lojasIds": [
0
],
"tiposTelhadosIds": [
0
]
}
]'
"string"