Add a follower to a person

POST {{baseUrl}}/persons/:id/followers

Adds a follower to a person.

Request Body

{"user_id"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;user_id&quot;:1,&quot;id&quot;:2,&quot;person_id&quot;:3,&quot;add_time&quot;:&quot;2020-04-03 11:44:31&quot;}}