# API Reference

Gateway Url：<https://matewalker.com/api>

## Authorization

1. Token Issuance: After the application is approved, the system will send a token to the user.
2. Request Authorization: For each subsequent request, the client sends this token in the Authorization header as Authorization: Bearer \<token>.
3. Token Verification: The server verifies the token, checking its validity and permissions.
4. Resource Access: If the token is valid, the server processes the request and provides access to the resource.
