curl --location --request POST '/auth/login_by_pwd' \ --header 'Authorization: Bearer {{Token}}' \ --form 'username="zjjs01"' \ --form 'password="j123456"' \ --form 'code="j123456"'
{}