body: JSON.stringify({ query: `mutation { createAlbum(input: { title: "Metallica Black Album", userId: 2 }) { title } }` })