2 lines
380 B
JSON
2 lines
380 B
JSON
{"fixture_id":"FX_AgentChat.ServiceToken.Valid","verifies":"AgentChat.Api.ServiceToken","edge":"valid_secret","input":{"method":"POST","path":"/api/auth/service-token","body":{"service_secret":"correct-secret-value"},"headers":{}},"expected":{"status":200,"body":{"access_token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...","token_type":"bearer","expires_in":86400,"role":"agent"}}}
|