mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-23 04:04:35 +02:00
18 lines
184 B
Text
18 lines
184 B
Text
|
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"
|
||
|
}
|
||
|
}
|