You can try.
const result = await fetch(http://localhost:3000/userRecipes/${id}, { method: 'PATCH', body: JSON.stringify({ dataToUpdate}), })
http://localhost:3000/userRecipes/${id}