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