- Add GET /contractors/by-residence/:residence_id/ endpoint - Create comprehensive Bruno API collection (89 endpoints) - Collection covers all API endpoints with Local and Dev environments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
266 B
Plaintext
23 lines
266 B
Plaintext
meta {
|
|
name: Restore
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
post {
|
|
url: {{api_url}}/subscription/restore/
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Authorization: Token {{auth_token}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"receipt": "base64_encoded_receipt_data",
|
|
"platform": "ios"
|
|
}
|
|
}
|