Izzy
Results
1
comments of
Izzy
> Try this > > ``` > const userId = await ig.user.getIdByUsername('username') > // const follow = await ig.friendship.create(userId) > const response = await ig.request.send({ > url: `/api/v1/friendships/create/${userId}/`, > method:...