meta {
  name: Create invite
  type: http
  seq: 2
}

post {
  url: {{ENDPOINT}}invites
  body: json
  auth: bearer
}

headers {
  Content-Type: application/json
}

auth:bearer {
  token: {{SONGWHIP_TOKEN}}
}

body:json {
  {
  	"couponId": "vGFBHjbD"
  }
}
