Add a follower to a product

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

Adds a follower to a product.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;success&quot;:true,&quot;data&quot;:{&quot;user_id&quot;:10100010,&quot;id&quot;:1,&quot;product_id&quot;:2,&quot;add_time&quot;:&quot;2019-12-24 12:02:04&quot;}}