curl --location --request DELETE 'https://backend.clara.crazi.co/api/v1/auth/session' \
--header 'Authorization: Bearer <token>'{
"data": null,
"message": "Authorization header or OTP is either missing, invalid or expired.",
"status": "error"
}