POST /oauth/token{
"grant_type": "client_credentials",
"api_key": "YOUR_API_KEY"
}{
"access_token": "JWT_TOKEN",
"token_type": "Bearer",
"expires_in": 3600
}{
"iss": "https://auth.zed.co.ug",
"aud": "zed-api",
"sub": "client_id",
"scope": "payments:read payments:write",
"iat": 1700000000,
"exp": 1700003600
}iss)aud)