curl -L \
--request POST \
--url 'https://api.zydon.com.br/api/sales/price-tables/{id}/copy' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"name": "text",
"start_date": "2025-04-01",
"end_date": "2025-04-01"
}'