mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
18 lines
228 B
Text
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}}"
|
|
}
|
|
}
|