Notion API returns validation errors when a new record with dropdown and number fields is added. Revised configuration sample:
const recordData = {
header: [{ text: { content: 'Demo' } }],
level: { id: 'key_001', kind: 'Option', option: { value: '3' } },
contributor: { emails: ['[email protected]'] }
};