curl --location --request POST 'https://tunnelsats.com/api/public/v1/subscription/claim' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentHash": "string",
"wgPublicKey": "string",
"wgPresharedKey": "string",
"referralCode": "string"
}'{
"status": "success",
"subscriptionEnd": "2019-08-24T14:15:22.123Z",
"message": "string",
"server": {
"endpoint": "string",
"publicKey": "string",
"allowedIPs": "string",
"dns": "string"
},
"peer": {
"address": "string",
"privateKey": "string",
"presharedKey": "string"
},
"config": "string",
"fullConfig": "string",
"keyId": "string"
}