# Following a story

Endpoint: POST /story_follows
Version: 1.0.0

## Request fields (application/json):

  - `story_follow` (object)

  - `story_follow.story_id` (integer, required)
    The ID of the associated task (story).

  - `story_follow.follower_id` (integer, required)
    The ID of the user to add as a follower.

## Response 400 fields (application/json):

  - `errors` (array)

  - `errors.type` (string)

  - `errors.message` (string)


