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