curl --location --request DELETE 'https://api.twitter.com/2/users//following/' \
--header 'Authorization: Bearer <token>'
{
"data": {
"following": true
},
"errors": [
{
"detail": "string",
"title": "string",
"status": 0,
"type": "about:blank"
}
]
}