Add a follower to an organization
POST {{baseUrl}}/organizations/:id/followers
Adds a follower to an organization.
Request Body
{"user_id"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"user_id":100,"id":123,"org_id":77,"add_time":"2020-09-08 08:17:52"}}