curl --request PUT \
--url https://api.axiom.co/v2/datasets/{dataset_id}/fields/{field_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"description": "<string>",
"hidden": true,
"unit": "<string>"
}
'