You can only change it to Content-Type: multipart/form-data
if you submit with <form action={createUser}>
for example. Otherwise server components will default to Content-Type: text/plain;charset=utf-8
source: https://github.com/vercel/next.js/discussions/72961#discussioncomment-11309941