18 lines
216 B
Text
18 lines
216 B
Text
meta {
|
|
name: 2fa-disable
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:3000/api/v1/auth/2fa/disable
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"password": "aaaaa-1A",
|
|
"code": "377289"
|
|
}
|
|
}
|