curl --location --request POST 'http://127.0.0.1:8000/api/users/login' \ --form 'username="tuanngoc@gmail.com"' \ --form 'password="Ngtuan0123"'
{}