Requests one-time password used to generate API Key. OTP has limited expiration frame and is created for existing email address.
Existing Prospector user's email address
Success
{"email": "user@example.com"}
Verifies one-time password. If OTP is valid, returns new API key.
OTP token and expiryDate of newly generated API key
{"token": "string","expiresAt": "2019-08-24T14:15:22Z"}
{"data": {"apiKey": "string","expiresAt": "2019-08-24T14:15:22Z","createdAt": "2019-08-24T14:15:22Z"}}