Add a follower to a person
POST {{baseUrl}}/persons/:id/followers
Adds a follower to a person.
Request Body
{"user_id"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"user_id":1,"id":2,"person_id":3,"add_time":"2020-04-03 11:44:31"}}