Add a follower to a product
POST {{baseUrl}}/products/:id/followers
Adds a follower to a product.
Request Body
{"user_id"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"success":true,"data":{"user_id":10100010,"id":1,"product_id":2,"add_time":"2019-12-24 12:02:04"}}