curl --location --request DELETE 'https://api.ricardoneud.com/v4/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailOrUsername": "your username/email",
"password": "your password",
"secret": "UmljYXJkb05ldWQuQXBpQ29ubmVjdC0xYTJiM2M0ZDVlNmY3Zzho"
}'
{
"message": "API secret successfully revoked"
}