[ { code: 'NAME_REQUIRED', message: 'Name is required' } ]
[ { code: 'NAME_REQUIRED', message: 'Name is required' } ]
I've even tried hard coding different values for the name field, but still get the same error. Any idea what I might be doing wrong? Thanks in advance!