Our goal is to improve the endpoint to store the authorization_id for each requester user in the database. This authorization_id will later be used to make requests on behalf of the user.
To do:
[ ] Update database schema to add authorization_id column.
[ ] Modify the existing endpoint to store authorization_id.
[ ] Implement retrieval logic for authorization_id.
[ ] Implement a method that returns the balance for the logged-in user.
Description
Our goal is to improve the endpoint to store the authorization_id for each requester user in the database. This authorization_id will later be used to make requests on behalf of the user.
To do:
Deliverables