Follow/unfollow partner
Follow/unfollow partner
Toggle follow status. Known issue: When unfollowing (already following), the backend returns an empty 200 response with no body. When following (new), returns the follow record data.
POST
Follow/unfollow partner
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Body
application/json
Partner user ID
Example:
123
Response
200
Follow: returns follow record data. Unfollow: returns empty body (backend bug — no return statement on unfollow path)