Skip to content

Commit 6cb9090

Browse files
authored
Update README.md
1 parent e84a05b commit 6cb9090

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -275,16 +275,9 @@ query {
275275
Headers:
276276

277277
```json
278-
query {
279-
me {
280-
id
281-
email
282-
password
283-
username
284-
posts {
285-
title
286-
}
287-
}
278+
{
279+
"Authorization": "Bearer 7|SFHqazMxgtULjxDJx40qtdQomwYpIOYiKARXvdZP",
280+
"Accept": "application/json"
288281
}
289282
```
290283
- Get user's own posts: Retrieve a list of blog posts created by the currently logged-in user.

0 commit comments

Comments
 (0)