meta {
  name: createMember
  type: http
  seq: 8
}

post {
  url: {{AE_ENDPOINT}}member/register?apiKey={{AE_TOKEN}}&service=spotify&authtoken=mock-spotify-token&uid=mockspotifyid2&firstname=Wilson&surname=Page&ip=1.1.1.1&email=wilson1@example.com&birthdate=05-03-1987&country=GB&gender=M&city=London&useragent=mock-user-agent&domain=songwhip.com
  body: none
  auth: none
}

query {
  apiKey: {{AE_TOKEN}}
  service: spotify
  authtoken: mock-spotify-token
  uid: mockspotifyid2
  firstname: Wilson
  surname: Page
  ip: 1.1.1.1
  email: wilson1@example.com
  birthdate: 05-03-1987
  country: GB
  gender: M
  city: London
  useragent: mock-user-agent
  domain: songwhip.com
  ~username: wilsonpage
}
