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