Confirm Agent Auth Code
Verifies email code and returns a newly minted API key.
Request
This endpoint expects an object.
email
Email address associated with the verification code.
code
Verification code sent to the email address.
Response
Verification successful and API key created.
api_key
Newly created API key secret for agent usage.