Restores the access code for a user account with the specified credentials. Returns 200 on success, or 400 if credentials are invalid or required fields are missing.
POST
/api-v1/user/restore-access-code
curl \
--request POST 'https://wyzio.app/api-v1/user/restore-access-code?email=string&password=string'
Response examples (200)
{}