DRF_Template/.bruno/drf_template/login.bru
2025-09-13 20:05:13 +08:00

18 lines
228 B
Text

meta {
name: Login & Get Users
type: http
seq: 1
}
post {
url: {{BASE_URL}}/accounts/jwt/create/
body: json
auth: none
}
body:json {
{
"username": "{{ADMIN_EMAIL}}",
"password": "{{USER_PASSWORD}}"
}
}