Authorization: Bearer ********************
curl --location '/auth/logout' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "refreshToken": "string" }'
{ "message": "Unauthenticated", "errorCode": "unauthorized" }