meta { name: Purchase type: http seq: 7 } post { url: {{api_url}}/subscription/purchase/ body: json auth: none } headers { Authorization: Token {{auth_token}} } body:json { { "receipt": "base64_encoded_receipt_data", "platform": "ios" } }