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"
}'{
"id": "string",
"nome": "string",
"tipo": "string",
"obrigatorio": true,
"placeholder": "string",
"valor_default": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": "string"
}