async function createUser() { const response = await fetch(API_URL, { method: \'POST\', headers: { \'content-type\': \'application/json\' },