curl --location '/v3/api/business/reseller/issued_passes/update' \
--header 'Idempotency-Key: 550e8400-e29b-41d4-a716-446655440000' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "client_abc123",
"pass_id": "pass_abc123"
}'{
"object": "issued_pass",
"id": "brgpass_3b5d7f9a1c2e4f6b",
"client_id": "client_xyz789",
"pass_id": "pass_premium_xyz",
"pass_name": "Premium Wellness Pass",
"passcode": "PASS5678",
"status": "ACTIVE",
"start_date": 1746700000000,
"expires_at": 1777636800000,
"categories": [
{
"type": "Gym",
"duration": "MONTHLY",
"visits_allowed": 4
},
{
"type": "Spa",
"duration": "MONTHLY",
"credit_allocated": 20
}
],
"created": 1746700000000,
"message": "Pass updated successfully"
}