Authorization: Bearer ********************curl --location --request PUT '/tax_regime/code002' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"code":"code002",
"name":"regime name 2",
"modified":1,
"export_date'\''":"2019-04-21"
}'{}