jiipe-autogate-infra/portal-status-notification)#{
action: 'OPEN',
timestamp: '2025-08-25T15:05:29.177Z',
status: 'Portal opened',
transaction_id: 'TXN-20250602082332-293',
gate_id: 'e211d809-4e5a-46d6-be7b-315e849caffa',
lane_id: '9d37f417-0c1f-49b6-9145-f4eabdd063f7',
gate_activity_id: '7625236b-8277-439e-b4e4-c947cbc34d56'
}Authorization: Bearer ********************curl --location --request POST '/v1/gate-infrastructure/open-portal' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionId": "TXN-20250602082332-293",
"timestamp": "2025-07-14T08:23:29.177Z"
}'{
"transactionId": "TXN-20250602082332-293",
"message": "Portal opened successfully",
"openedAt": "2025-08-25T15:05:29.177Z",
"success": true
}