mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-22 05:13:38 +02:00
18 lines
192 B
Text
18 lines
192 B
Text
|
meta {
|
||
|
name: 2fa-request
|
||
|
type: http
|
||
|
seq: 5
|
||
|
}
|
||
|
|
||
|
post {
|
||
|
url: http://localhost:3000/api/v1/auth/2fa/request
|
||
|
body: json
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
body:json {
|
||
|
{
|
||
|
"password": "aaaaa-1A"
|
||
|
}
|
||
|
}
|