mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-13 23:45:00 +02:00
19 lines
260 B
Text
19 lines
260 B
Text
|
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"
|
||
|
}
|
||
|
}
|