Redmage/rest/subreddits/start.http

8 lines
159 B
Plaintext
Raw Normal View History

2024-04-25 20:22:05 +07:00
POST http://localhost:8080/api/v1/subreddits/start HTTP/1.1
Host: localhost:8080
Content-Type: application/json
{
2024-04-29 12:27:46 +07:00
"subreddit": "AnimeLandscapes"
2024-04-25 20:22:05 +07:00
}