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