Authorization: Bearer ********************
curl --location --request POST '/auth/logout' \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": {}, "message": "Logged out successfully" }