All Reddit endpoints cost 3 credits on successful requests.
#Available Endpoints
POST /v1/reddit
POST /v1/reddit/search
POST /v1/reddit/post
POST /v1/reddit/comment
POST /v1/reddit/user
#Common Response Pattern
{
"response": {
"subreddit": "laravel",
"title": "Example post",
"author": "user123"
}
}