chore: jsonのログを見れるように

This commit is contained in:
2024-09-12 22:02:04 +09:00
parent 72659bf57b
commit 0dcd2b1b9a
7 changed files with 88 additions and 17 deletions
+14
View File
@@ -0,0 +1,14 @@
POST http://{{host}}/api/v1/apps
Accept: application/json
Content-Type: application/json
{
"client_name": "test-client",
"redirect_uris": "https://example.com",
"scopes": "write read"
}
###
GET http://{{host}}/api/v1/accounts/verify_credentials
Authorization: Bearer {{$auth.token("auth-id")}}