curl --location --request POST 'https://search-api.longtu.club/api/user/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "admin@example.com", "password": "password123" }'