curl --location --request POST '/campos-personalizados/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nome": "Seu nome",
"tipo": "text",
"obrigatorio": true,
"placeholder": "Digite aqui...",
"valor_default": "teste"
}'{}