POST
/account/devices
curl \
-X POST https://blips.club/account/devices \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'device_updates=0'
Request example
{
"device_updates": 0
}
curl \
-X POST https://blips.club/account/devices \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'device_updates=0'
{
"device_updates": 0
}