mirror of
https://github.com/outbackdingo/pangolin.git
synced 2026-01-27 18:20:04 +00:00
18 lines
184 B
Plaintext
18 lines
184 B
Plaintext
meta {
|
|
name: 2fa-enable
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:3000/api/v1/auth/2fa/enable
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"code": "374138"
|
|
}
|
|
}
|