curl --location --request DELETE 'https://api.chattabox.com/v1/auth/sign-out' \ --header 'Authorization: Bearer some-random-token'
{ "success": true, "statusCode": 200 }