{ "otp": "123456", "expires_at": "2022-01-01T00:00:00Z" }
Generate a one-time password for the device.
The one-time password is valid for 10-15 minutes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type unknown.
unknown
OK
The generated one-time password.
"123456"
The expiration time of the one-time password.
"2022-01-01T00:00:00Z"