curl --location --request POST '/price_list_bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
"process_id": "processo_1",
"data": [
{
"segmentation": "codigo_lista_preco_1",
"segmentation_name": "nome_lista_preco_1",
"product_code": "codigo_produto_1",
"distribution_center_code": null,
"home_state": "RS",
"destination_state": null,
"value_of": "100.30",
"value_for": "100.30",
"spot_value": "100.30"
},
{
"segmentation": "codigo_lista_preco_1",
"segmentation_name": "nome_lista_preco_1",
"product_code": "codigo_produto_2",
"distribution_center_code": null,
"home_state": "RS",
"destination_state": null,
"value_of": "101.65",
"value_for": "101.65",
"spot_value": "100.30"
},
{
"segmentation": "codigo_lista_preco_1",
"segmentation_name": "nome_lista_preco_1",
"product_code": "codigo_produto_3",
"distribution_center_code": null,
"home_state": "RS",
"destination_state": null,
"value_of": "102.72",
"value_for": "102.72",
"spot_value": "100.30"
}
]
}'