{
	"name": "digital-savings portal — internal",
	"values": [
		{
			"key": "baseUrl",
			"value": "https://portal.internal-savings-ussd-api.kamoa.io",
			"enabled": true
		},
		{
			"key": "accessToken",
			"value": "",
			"enabled": true
		},
		{
			"key": "_note",
			"value": "baseUrl points at the live internal portal API. Every route but one is behind a Cognito user pool. Ask `POST /auth/token` for a token, sending the email address or phone number you sign in with and your password, then send it as `Authorization: Bearer <accessToken>`. A token lasts an hour. A request without one is answered `401 Unauthorized` by the gateway, before any of this API runs.",
			"enabled": false
		}
	],
	"_postman_variable_scope": "environment"
}
