curl --location '/v3/api/business/reseller/issued_passes/client_abc123/renew' \
--header 'Idempotency-Key: 550e8400-e29b-41d4-a716-446655440000' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"transaction_id": "txn_abc123"
}'{
"object": "issued_pass",
"id": "brgpass_01H8XYZABCDE",
"pass_id": "pass_01H8XYZABCDE",
"pass_name": "Premium Wellness Pass",
"status": "active",
"expires_at": 1777636800000,
"amount_charged": 1500000,
"currency": "NGN",
"tx_ref": "FLW-TXN-ABCDEFGH",
"message": "Pass renewed successfully"
}