curl --request POST \
--url https://gateway.architect.exchange/api/login \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"username": "<string>",
"expiration_seconds": 123,
"redirect_url": "<string>",
"totp": "<string>"
}
'