Add a follower to a deal

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

Adds a follower to a deal.

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;deal_id&quot;:3,&quot;add_time&quot;:&quot;2018-04-11 12:54:43&quot;}}