POST
/friendships/create
curl \
-X POST https://blips.club/friendships/create \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'user=string'
Request example
{
"user": "string"
}
curl \
-X POST https://blips.club/friendships/create \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'user=string'
{
"user": "string"
}