Follow a user

POST /friendships/create
application/x-www-form-urlencoded

Body Required

  • user string

    The username of the user to follow

Responses

  • 200

    User followed successfully

  • 404

    User not found

POST /friendships/create
curl \
 --request POST 'https://blips.club/friendships/create' \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'user=string'