mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-29 06:10:47 +00:00
19 lines
260 B
Plaintext
19 lines
260 B
Plaintext
meta {
|
|
name: Get Token
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:3000/api/v1/auth/newt/get-token
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"newtId": "o0d4rdxq3stnz7b",
|
|
"secret": "sy7l09fnaesd03iwrfp9m3qf0ryn19g0zf3dqieaazb4k7vk"
|
|
}
|
|
}
|