The resource owner will consent or deny the third party application access request, and Zephr will return an authorization code upon user's consent.
OK
Unauthorized
{- "client_id": "1234567890",
- "response_type": "code",
- "scope": "user.account:read user.profile:read",
- "state": "abcdefghijklmnopqrstuvwsyz",
- "allow": true
}